feat: config version and improvements

This commit is contained in:
ineanto 2023-12-19 19:57:08 +01:00
parent 29e50966fd
commit a064352492
17 changed files with 198 additions and 53 deletions

View file

@ -70,6 +70,9 @@ tasks {
processResources {
from("src/main/resources")
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
filesMatching("config.yml") {
expand("version" to version)
}
filesMatching("plugin.yml") {
expand("version" to version)
}