DATAREDIS-264 - Update gradle version.

Updated gradle version to most recent one 1.11.

Original pull request: #35
This commit is contained in:
Thomas Darimont
2014-02-12 10:09:01 +01:00
parent 9a416fbcf7
commit 3750dbba31
4 changed files with 5 additions and 5 deletions

View File

@@ -229,7 +229,7 @@ artifacts {
task wrapper(type: Wrapper) {
description = 'Generates gradlew[.bat] scripts'
gradleVersion = '1.2'
gradleVersion = '1.11'
}
assemble.dependsOn = ['jar', 'sourcesJar']

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Wed Oct 10 20:59:12 EEST 2012
#Wed Feb 12 10:01:55 CET 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-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