diff --git a/build.gradle b/build.gradle index 6da4309..15474f4 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ allprojects { } processResources { - filesNotMatching(["**/*.png", "**/models/**", "**/textures/**"]) { + filesNotMatching(["**/*.png", "**/models/**", "**/textures/**", "**lang.yml"]) { expand projectVersion: project.version } }