9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2026-01-06 15:51:32 +00:00

Fixed yml parsing

This commit is contained in:
Auxilor
2021-12-04 16:03:49 +00:00
parent 86a479b20c
commit 37c84b15af
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ allprojects {
}
processResources {
filesNotMatching(["**/*.png", "**/models/**", "**/textures/**"]) {
filesNotMatching(["**/*.png", "**/models/**", "**/textures/**", "**reforges.yml"]) {
expand projectVersion: project.version
}
}