Upgrade to gradle 1.11

This commit is contained in:
Greg Turnquist 2014-02-12 09:17:25 -06:00
parent 0a847b11fd
commit 71b1660861
6 changed files with 6 additions and 6 deletions

View File

@ -30,5 +30,5 @@ dependencies {
}
task wrapper(type: Wrapper) {
gradleVersion = '1.8'
gradleVersion = '1.11'
}

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Wed Oct 30 09:46:27 CDT 2013
#Wed Feb 12 07:26:43 CST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip

View File

@ -26,5 +26,5 @@ dependencies {
}
task wrapper(type: Wrapper) {
gradleVersion = '1.8'
gradleVersion = '1.11'
}

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Wed Oct 30 09:46:32 CDT 2013
#Wed Feb 12 07:26:48 CST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip