Upgrade to Gradle 1.3

This commit is contained in:
Phillip Webb 2012-11-28 09:15:52 -08:00
parent dfdb31715f
commit ce7fa8a98e
4 changed files with 5 additions and 5 deletions

View File

@ -848,7 +848,7 @@ configure(rootProject) {
task wrapper(type: Wrapper) {
description = 'Generates gradlew[.bat] scripts'
gradleVersion = '1.2'
gradleVersion = '1.3'
doLast() {
def gradleOpts = "-XX:MaxPermSize=1024m -Xmx1024m"

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Thu Nov 01 10:28:17 PDT 2012
#Wed Nov 28 09:14:59 PST 2012
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.2-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.3-bin.zip

4
gradlew vendored
View File

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