Skip to content

Commit d311b1f

Browse files
committed
[Java] Upgrade to Gradle 4.0.1.
1 parent 4080d88 commit d311b1f

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
@@ -604,6 +604,6 @@ task uploadToMavenCentral {
604604
}
605605

606606
task wrapper(type: Wrapper) {
607-
gradleVersion = '4.0'
607+
gradleVersion = '4.0.1'
608608
distributionType = 'ALL'
609609
}

gradle/wrapper/gradle-wrapper.jar

6 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 Jun 17 16:47:24 BST 2017
1+
#Sat Jul 08 13:40:37 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-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0.1-all.zip

0 commit comments

Comments
 (0)