From bc1e4e1ec5ea3287e22a89ae31805626de705fcb Mon Sep 17 00:00:00 2001 From: Auxilor Date: Fri, 11 Feb 2022 09:14:52 +0000 Subject: [PATCH] Fixed build issues --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }