feat(hamster-auto-restart): done

This commit is contained in:
2023-07-18 15:41:44 +08:00
parent 7439bfe0ea
commit 91808d2f57
8 changed files with 152 additions and 2 deletions

View File

@@ -58,9 +58,8 @@ subprojects {
}
processResources {
inputs.property "version", project.version
filesMatching(["plugin.yml", "bungee.yml"]) {
expand "version": project.version
expand project.properties
}
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}