2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-05-07 13:40:26 +00:00

prepare for 0.12.0

This commit is contained in:
2023-08-13 17:22:54 +04:00
parent fd3aa51288
commit aba06826b9
5 changed files with 8 additions and 4 deletions

5
gradlew vendored
View File

@@ -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.