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 8df0a67 commit e6936d8Copy full SHA for e6936d8
1 file changed
build.gradle.kts
@@ -49,7 +49,7 @@ dependencies {
49
intellijPlatform {
50
pluginConfiguration {
51
name = providers.gradleProperty("pluginName")
52
- version = providers.gradleProperty("platformVersion")
+ version = providers.gradleProperty("pluginVersion")
53
54
val changelog = project.changelog // local variable for configuration cache compatibility
55
// Get the latest available change notes from the changelog file
0 commit comments