HMCLCore authlib injector support

This commit is contained in:
huanghongxun
2018-02-17 11:01:08 +08:00
parent bfed651263
commit 83bc6748a3
22 changed files with 329 additions and 44 deletions

4
gradlew vendored
View File

@@ -78,14 +78,14 @@ if [ -n "$JAVA_HOME" ] ; then
die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
Please set the JAVA_HOME variable in your environment to match the
path of your Java installation."
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.
Please set the JAVA_HOME variable in your environment to match the
path of your Java installation."
location of your Java installation."
fi
# Increase the maximum file descriptors if we can.