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 }
|
||||
|
||||
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user