Update the main project and Gradle samples to use Gradle 2.3

This commit is contained in:
Andy Wilkinson
2015-04-16 12:34:28 +01:00
parent f93981fce2
commit bcda6fe459
9 changed files with 9 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ jar {
}
task wrapper(type: Wrapper) {
gradleVersion = '2.1'
gradleVersion = '2.3'
}
eclipseJdt.onlyIf { false }

View File

@@ -1,6 +1,6 @@
#Thu Sep 25 10:09:28 BST 2014
#Thu Apr 16 12:33:42 BST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip