Skip to content

Commit e6936d8

Browse files
committed
ci: plugin version is not correct
1 parent 8df0a67 commit e6936d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
intellijPlatform {
5050
pluginConfiguration {
5151
name = providers.gradleProperty("pluginName")
52-
version = providers.gradleProperty("platformVersion")
52+
version = providers.gradleProperty("pluginVersion")
5353

5454
val changelog = project.changelog // local variable for configuration cache compatibility
5555
// Get the latest available change notes from the changelog file

0 commit comments

Comments
 (0)