Skip to content

Commit cc0799a

Browse files
committed
Set gradle version property
1 parent 63a84f1 commit cc0799a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ java {
1313
}
1414
}
1515

16+
group = providers.gradleProperty("pluginGroup").get()
17+
version = providers.gradleProperty("pluginVersion").get()
18+
1619
// Configure project's dependencies
1720
repositories {
1821
mavenCentral()
@@ -89,7 +92,6 @@ intellijPlatform {
8992

9093
// Configure Gradle Changelog Plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
9194
changelog {
92-
version.set(providers.gradleProperty("pluginVersion"))
9395
groups.empty()
9496
repositoryUrl = providers.gradleProperty("pluginRepositoryUrl")
9597
}

0 commit comments

Comments
 (0)