Skip to content

Commit 294b741

Browse files
committed
[Java] Upgrade to Gradle 4.1.
1 parent b66ee47 commit 294b741

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
@@ -612,6 +612,6 @@ task uploadToMavenCentral {
612612
}
613613

614614
task wrapper(type: Wrapper) {
615-
gradleVersion = '4.0.2'
615+
gradleVersion = '4.1'
616616
distributionType = 'ALL'
617617
}

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Aug 02 19:08:54 BST 2017
1+
#Wed Aug 16 21:16:52 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.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 commit comments

Comments
 (0)