Update the main project and Gradle samples to use Gradle 2.3
This commit is contained in:
@@ -59,7 +59,7 @@ jar {
|
||||
}
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '2.1'
|
||||
gradleVersion = '2.3'
|
||||
}
|
||||
|
||||
eclipseJdt.onlyIf { false }
|
||||
|
||||
Reference in New Issue
Block a user