1
0
mirror of https://github.com/danog/termux-api.git synced 2024-11-30 04:19:20 +01:00

Update gradle from 2.7 to 2.9

This commit is contained in:
Fredrik Fornwall 2015-11-28 11:17:05 +01:00
parent a9ce1b4b0b
commit 0b6e915935
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Sat Sep 19 12:30:48 CEST 2015
#Sat Nov 28 11:16:24 CET 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-bin.zip

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