Skip to content

Commit

Permalink
Set gradle version property
Browse files Browse the repository at this point in the history
  • Loading branch information
samvtran committed Oct 8, 2024
1 parent 63a84f1 commit cc0799a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ java {
}
}

group = providers.gradleProperty("pluginGroup").get()
version = providers.gradleProperty("pluginVersion").get()

// Configure project's dependencies
repositories {
mavenCentral()
Expand Down Expand Up @@ -89,7 +92,6 @@ intellijPlatform {

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

0 comments on commit cc0799a

Please sign in to comment.