diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-02-03 07:53:07 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-03 02:23:07 +0000 |
commit | fd167ba546d2a50d808e61ef69d1e57858aeb13e (patch) | |
tree | 095ce63b7038fd3459d1e0ee0f522724a7bbf73f /gradlew.bat | |
parent | 57e059a844abfa9182eb4d2e60f5bf349f55a353 (diff) |
chore(deps): update dependency gradle to v8.6 (#2885)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 6689b85b..7101f8e4 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
|