diff options
author | Raven Szewczyk <git@eigenraven.me> | 2024-02-04 20:02:10 +0000 |
---|---|---|
committer | Raven Szewczyk <git@eigenraven.me> | 2024-02-04 20:02:10 +0000 |
commit | 57dba2c7603e84e578c023038599c3c2f390a3eb (patch) | |
tree | 278dc5c0c078893927d62a5b6e9be10671099759 /gradlew.bat | |
parent | 901dd553abe8f9fe3a2346e14de89401145c0609 (diff) | |
download | GT5-Unofficial-57dba2c7603e84e578c023038599c3c2f390a3eb.tar.gz GT5-Unofficial-57dba2c7603e84e578c023038599c3c2f390a3eb.tar.bz2 GT5-Unofficial-57dba2c7603e84e578c023038599c3c2f390a3eb.zip |
[ci skip] upgraded build system
Diffstat (limited to 'gradlew.bat')
-rw-r--r-- | gradlew.bat | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gradlew.bat b/gradlew.bat index 93e3f59f13..25da30dbde 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 if %ERRORLEVEL% equ 0 goto execute -echo. -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail @@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto execute -echo. -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail |