Upgrade to Gradle 2.3

This commit is contained in:
Greg Turnquist 2015-03-15 14:33:49 -04:00
parent df8ee54b65
commit 0aba40b461
6 changed files with 6 additions and 6 deletions

View File

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

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Wed Feb 12 07:26:43 CST 2014
#Sun Mar 15 13:49:20 EDT 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip

View File

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

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Wed Feb 12 07:26:48 CST 2014
#Sun Mar 15 13:49:28 EDT 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip