Skip to content

Commit

Permalink
fix: Version property
Browse files Browse the repository at this point in the history
  • Loading branch information
blank038 committed Mar 25, 2024
1 parent af837e9 commit 9fee230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ processResources {
setFilteringCharset("UTF-8")
from(sourceSets.main.resources.srcDirs) {
include '**/plugin.yml', '**/history.yml'
filter ReplaceTokens, tokens: ["version": project.property("version")]
filter ReplaceTokens, tokens: ["version": project(":").property("version")]
duplicatesStrategy DuplicatesStrategy.INCLUDE
}
}
Expand Down

0 comments on commit 9fee230

Please sign in to comment.