We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5884a commit fb709c5Copy full SHA for fb709c5
build.gradle
@@ -72,7 +72,7 @@ dependencies {
72
// See https://www.jetbrains.com/intellij-repository/releases
73
intellijPlatform {
74
pluginConfiguration {
75
- pluginId = properties("pluginGroup")
+ id = properties("pluginGroup")
76
name = properties("pluginName")
77
version = properties("pluginVersion")
78
ideaVersion {
0 commit comments