fix: 修复已知问题

This commit is contained in:
2022-10-29 07:06:16 +08:00
parent 29305a6aab
commit 43b9a6dc5b
5 changed files with 9 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ dependencies {
processResources {
inputs.property "version", project.version
filesMatching("plugin.yml") {
filesMatching("bungee.yml") {
expand "version": project.version
}
duplicatesStrategy(DuplicatesStrategy.EXCLUDE)