Update gradle wrapper to 1.3

This commit is contained in:
Marco Vermeulen
2012-11-21 10:28:21 +00:00
parent 217b3b3106
commit 24e435fdb3
4 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ dependencies {
}
task wrapper(type: Wrapper) {
gradleVersion = '1.2'
gradleVersion = '1.3'
}
def loadConfiguration() {

View File

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Tue Oct 09 10:02:09 CDT 2012
#Wed Nov 21 10:26:21 GMT 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

@@ -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