We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb62f6e commit 7b6c887Copy full SHA for 7b6c887
build.gradle
@@ -566,6 +566,6 @@ task uploadToMavenCentral {
566
}
567
568
task wrapper(type: Wrapper) {
569
- gradleVersion = '3.4.1'
+ gradleVersion = '3.5'
570
distributionType = 'ALL'
571
gradle/wrapper/gradle-wrapper.jar
575 Bytes
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
-#Tue Mar 14 14:10:28 GMT 2017
+#Tue Apr 11 09:34:32 BST 2017
2
distributionBase=GRADLE_USER_HOME
3
distributionPath=wrapper/dists
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
6
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip
0 commit comments