Fixed build issues

This commit is contained in:
Auxilor
2022-02-11 09:14:52 +00:00
parent ef745650bc
commit bc1e4e1ec5

View File

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