Skip to content

Commit 233251b

Browse files
committed
[Java] Upgrade to Gradle 4.9.
1 parent 4d490ed commit 233251b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,6 @@ task uploadToMavenCentral {
702702
}
703703

704704
wrapper {
705-
gradleVersion = '4.8.1'
705+
gradleVersion = '4.9'
706706
distributionType = 'ALL'
707707
}

gradle/wrapper/gradle-wrapper.jar

-4 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)