diff options
author | Jason Penilla <[email protected]> | 2024-03-29 10:43:36 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-29 10:43:36 -0700 |
commit | 45d1486fecab6f50c193bea0fcf03727832f3091 (patch) | |
tree | c0c9573293a4415262787bd486a20e163728c8c1 /gradlew.bat | |
parent | 710dced8b70c995656a24479f9453676cf6164fc (diff) | |
download | Paper-45d1486fecab6f50c193bea0fcf03727832f3091.tar.gz Paper-45d1486fecab6f50c193bea0fcf03727832f3091.zip |
build: Update paperweight to 1.5.12 and Gradle Wrapper to 8.7 (#10361)
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 |