Update gradle wrapper to 2.8

This commit is contained in:
Fredrik Fornwall
2015-11-06 00:05:32 +01:00
parent 7db3200c13
commit 1652c1dcf3
3 changed files with 4 additions and 4 deletions

4
gradlew vendored
View File

@@ -56,9 +56,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