Skip to content

Commit 7b6c887

Browse files
committed
[Java] Upgrade to Gradle 3.5.
1 parent fb62f6e commit 7b6c887

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,6 @@ task uploadToMavenCentral {
566566
}
567567

568568
task wrapper(type: Wrapper) {
569-
gradleVersion = '3.4.1'
569+
gradleVersion = '3.5'
570570
distributionType = 'ALL'
571571
}

gradle/wrapper/gradle-wrapper.jar

575 Bytes
Binary file not shown.
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Mar 14 14:10:28 GMT 2017
1+
#Tue Apr 11 09:34:32 BST 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip

0 commit comments

Comments
 (0)