Skip to content

Commit

Permalink
Prevent Gradle from caching the version (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
rymiel authored Feb 13, 2024
1 parent aa27fab commit b077210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies {

tasks {
processResources {
inputs.property("version", project.version)
filesMatching("plugin.yml") {
expand(
"name" to project.property("artifactName"),
Expand Down

0 comments on commit b077210

Please sign in to comment.