Upgrade to Gradle 1.7

https://build.springsource.org/browse/INT-B22X-391/log
This commit is contained in:
Artem Bilan
2013-11-25 21:43:17 +02:00
parent 130acce865
commit 0cc2104b5f
4 changed files with 5 additions and 5 deletions

View File

@@ -1169,5 +1169,5 @@ task dist(dependsOn: assemble) {
task wrapper(type: Wrapper) {
description = 'Generates gradlew[.bat] scripts'
gradleVersion = '1.2'
gradleVersion = '1.7'
}

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Wed Oct 31 14:23:24 EDT 2012
#Mon Nov 25 21:30:39 EET 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.7-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