Gradle 2.11

This commit is contained in:
modmuss50 2016-02-24 11:05:28 +00:00
parent 46cdf8f587
commit c8453292b4
4 changed files with 5 additions and 5 deletions

4
gradlew vendored
View file

@ -56,9 +56,9 @@ while [ -h "$PRG" ] ; do
fi
done
SAVED="`pwd`"
cd "`dirname \"$PRG\"`/" >/dev/null
cd "`dirname \"$PRG\"`/" >&-
APP_HOME="`pwd -P`"
cd "$SAVED" >/dev/null
cd "$SAVED" >&-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar