build all scripts don't double-merge jars

jar merging handled automatically now
This commit is contained in:
James Seibel
2026-04-18 11:25:22 -05:00
parent 628d57d216
commit 26bf03205c
2 changed files with 0 additions and 7 deletions
-3
View File
@@ -20,9 +20,6 @@ for %%f in (versionProperties\*) do (
echo ==================== Building !version! ====================
call .\gradlew.bat build -PmcVer="!version!"
echo ==================== Merging !version! ====================
call .\gradlew.bat mergeJars -PmcVer="!version!"
echo ==================== Moving jar ====================
move build\forgix\*.jar buildAllJars\
)