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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user