potentially fix the build scripts

note to self: if there are missing core classes when running the game, build core first then build the rest
This commit is contained in:
James Seibel
2022-07-07 20:38:40 -05:00
parent 705535e574
commit e460aa2e0d
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ EXIT /B %ERRORLEVEL%
:buildVersion
@echo on
call ./gradlew.bat clean -PmcVer="%~1" --no-daemon
call ./gradlew.bat core:build -PmcVer="%~1" --no-daemon
call ./gradlew.bat build -PmcVer="%~1" --no-daemon
call ./gradlew.bat mergeJars -PmcVer="%~1" --no-daemon
@echo off