aboutsummaryrefslogtreecommitdiff
path: root/gradlew.bat
diff options
context:
space:
mode:
authorRaven Szewczyk <git@eigenraven.me>2024-02-04 19:59:00 +0000
committerRaven Szewczyk <git@eigenraven.me>2024-02-04 19:59:00 +0000
commit88d56ff844d4ad6d8cc63cacc0177cc83874ae69 (patch)
tree1693c9bfddcee464cc0bd28dc925ac3783c6b3a7 /gradlew.bat
parent031afbb4fdd85e046e9a062c5bdd8dd7fb5298b4 (diff)
downloadGT5-Unofficial-88d56ff844d4ad6d8cc63cacc0177cc83874ae69.tar.gz
GT5-Unofficial-88d56ff844d4ad6d8cc63cacc0177cc83874ae69.tar.bz2
GT5-Unofficial-88d56ff844d4ad6d8cc63cacc0177cc83874ae69.zip
[ci skip] upgraded build system
Diffstat (limited to 'gradlew.bat')
-rw-r--r--gradlew.bat20
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