diff options
| author | Krakenied <Krakenied1@gmail.com> | 2023-09-30 21:26:37 +0200 |
|---|---|---|
| committer | Krakenied <Krakenied1@gmail.com> | 2023-09-30 21:26:37 +0200 |
| commit | ba56278ab3173b30b31c46fe4dbb571564f556e6 (patch) | |
| tree | e82f2047b1606bf4ca1cefcd550ea7ca888bb834 /gradlew | |
| parent | c9d978fb1700cb22ef915e4eca8865f6c34c0bc4 (diff) | |
[ci-skip] Update Gradle wrapper
Diffstat (limited to 'gradlew')
| -rwxr-xr-x | gradlew | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |
