aboutsummaryrefslogtreecommitdiffstats
path: root/gradlew.bat
diff options
context:
space:
mode:
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 6689b85b..7101f8e4 100644
--- a/gradlew.bat
+++ b/gradlew.bat
@@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
43%JAVA_EXE% -version >NUL 2>&1 43%JAVA_EXE% -version >NUL 2>&1
44if %ERRORLEVEL% equ 0 goto execute 44if %ERRORLEVEL% equ 0 goto execute
45 45
46echo. 46echo. 1>&2
47echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 47echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
48echo. 48echo. 1>&2
49echo Please set the JAVA_HOME variable in your environment to match the 49echo Please set the JAVA_HOME variable in your environment to match the 1>&2
50echo location of your Java installation. 50echo location of your Java installation. 1>&2
51 51
52goto fail 52goto fail
53 53
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
57 57
58if exist "%JAVA_EXE%" goto execute 58if exist "%JAVA_EXE%" goto execute
59 59
60echo. 60echo. 1>&2
61echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 61echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
62echo. 62echo. 1>&2
63echo Please set the JAVA_HOME variable in your environment to match the 63echo Please set the JAVA_HOME variable in your environment to match the 1>&2
64echo location of your Java installation. 64echo location of your Java installation. 1>&2
65 65
66goto fail 66goto fail
67 67