Skip to content

Commit

Permalink
chore: update Gradle wrapper
Browse files Browse the repository at this point in the history
Looks like this was missed out from the update to Gradle 8.3 commit: 1de82e1
  • Loading branch information
EdricChan03 committed Aug 23, 2023
1 parent fca4740 commit d77bb72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,13 @@ location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi

# Increase the maximum file descriptors if we can.
Expand Down

0 comments on commit d77bb72

Please sign in to comment.