User: joe Date: 20 Oct 25 13:46 Revision: 93f3d93fc21a214930baade21abc79880494c499 Summary: Merge branch '2024.3' into 2025.1 TeamCity URL: http://ci.mcdev.io:80/viewModification.html?tab=vcsModificationFiles&modId=10179&personal=false Index: build.gradle.kts =================================================================== --- build.gradle.kts (revision 609672bc0a21c9ad4c29007ee6188ed389a464d7) +++ build.gradle.kts (revision 93f3d93fc21a214930baade21abc79880494c499) @@ -185,11 +185,6 @@ } tasks.processResources { - for (lang in arrayOf("", "_en")) { - from("src/main/resources/messages.MinecraftDevelopment_en_US.properties") { - rename { "messages.MinecraftDevelopment$lang.properties" } - } - } // These templates aren't allowed to be in a directory structure in the output jar // But we have a lot of templates that would get real hard to deal with if we didn't have some structure // So this just flattens out the fileTemplates/j2ee directory in the jar, while still letting us have directories