refactor(build): expand to all yml (1.1.0-RC1)

This commit is contained in:
ineanto 2023-12-23 00:02:49 +01:00
parent ce8f21c268
commit b394c7ef0c
3 changed files with 4 additions and 9 deletions

View file

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