mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-21 14:48:33 +00:00
fix java version
This commit is contained in:
parent
ed59684ac9
commit
f4f98d1847
@ -29,7 +29,7 @@ for /f "delims=. tokens=1-3" %%v in ("%JAVAVER%") do (
|
||||
)
|
||||
|
||||
:: Ensure java 17
|
||||
if %MAJOR% NEQ "17" (
|
||||
if "%MAJOR%" NEQ "17" (
|
||||
echo =======================================================================================
|
||||
echo !! Java version is not 17 !!
|
||||
echo Please download Java 17 or later to ensure %BRANCH% branch server launches correctly.
|
||||
|
Loading…
Reference in New Issue
Block a user