Skip to content

Commit 4354de8

Browse files
committed
[Java] Upgrade to Gradle 4.0.2.
1 parent 2da2f5b commit 4354de8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,6 @@ task uploadToMavenCentral {
609609
}
610610

611611
task wrapper(type: Wrapper) {
612-
gradleVersion = '4.0.1'
612+
gradleVersion = '4.0.2'
613613
distributionType = 'ALL'
614614
}

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Jul 08 13:40:37 BST 2017
1+
#Wed Aug 02 19:08:54 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-4.0.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0.2-all.zip

0 commit comments

Comments
 (0)