Skip to content

Commit de66bd8

Browse files
committedOct 16, 2024
Leave spaces
1 parent e517c81 commit de66bd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎gradlew

+4
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ case "`uname`" in
8181
esac
8282

8383
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
84+
85+
8486
# Determine the Java command to use to start the JVM.
8587
if [ -n "$JAVA_HOME" ] ; then
8688
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
@@ -91,12 +93,14 @@ if [ -n "$JAVA_HOME" ] ; then
9193
fi
9294
if [ ! -x "$JAVACMD" ] ; then
9395
die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
96+
9497
Please set the JAVA_HOME variable in your environment to match the
9598
location of your Java installation."
9699
fi
97100
else
98101
JAVACMD="java"
99102
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
103+
100104
Please set the JAVA_HOME variable in your environment to match the
101105
location of your Java installation."
102106
fi

0 commit comments

Comments
 (0)