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 }