Upgrade to gradle 1.10

This commit is contained in:
Ben Gruver 2014-02-02 12:49:44 -08:00
parent 3b5d84c3ae
commit a837380521
4 changed files with 5 additions and 5 deletions

View File

@ -173,5 +173,5 @@ buildscript {
}
task wrapper(type: Wrapper) {
gradleVersion = '1.8'
gradleVersion = '1.10'
}

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Thu Oct 10 20:27:27 PDT 2013
#Sun Feb 02 12:47:14 PST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip

4
gradlew vendored
View File

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