Upgrade gradle

This commit is contained in:
Pid
2013-10-12 11:40:23 +01:00
committed by mpollack
parent fbd1a7153d
commit 069688314b
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Mon Nov 05 11:24:47 CST 2012
#Sat Oct 12 11:34:38 BST 2013
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.8-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