Update dependencies

This commit is contained in:
Ennui Langeweile 2023-08-12 15:47:26 -03:00
parent ee95739b5d
commit ecc63b961b
No known key found for this signature in database
GPG key ID: C2C63BEAB0520BC4
5 changed files with 14 additions and 7 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.