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 63a84f1 commit cc0799aCopy full SHA for cc0799a
build.gradle.kts
@@ -13,6 +13,9 @@ java {
13
}
14
15
16
+group = providers.gradleProperty("pluginGroup").get()
17
+version = providers.gradleProperty("pluginVersion").get()
18
+
19
// Configure project's dependencies
20
repositories {
21
mavenCentral()
@@ -89,7 +92,6 @@ intellijPlatform {
89
92
90
93
// Configure Gradle Changelog Plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
91
94
changelog {
- version.set(providers.gradleProperty("pluginVersion"))
95
groups.empty()
96
repositoryUrl = providers.gradleProperty("pluginRepositoryUrl")
97
0 commit comments