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

@@ -118,5 +118,5 @@ task buildRestNotesSpringDataRestSampleWithMaven(type: Exec) {
}
wrapper {
gradleVersion = '2.2'
gradleVersion = '2.3'
}

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Mon Feb 16 13:50:18 GMT 2015
#Thu Apr 16 12:33:02 BST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip

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

View File

@@ -61,7 +61,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:24 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