Revert "Gradle 2.11"

This reverts commit c8453292b4.
This commit is contained in:
modmuss50 2016-03-02 16:35:03 +00:00
parent 1d72578973
commit 5ed5aeea54
4 changed files with 5 additions and 5 deletions

4
gradlew vendored
View file

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