Skip to content

Commit ab76b39

Browse files
committed
[Java] Upgrade to Gradle 5.6.2.
1 parent 3db1bfd commit ab76b39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,6 @@ task uploadToMavenCentral {
771771
}
772772

773773
wrapper {
774-
gradleVersion = '5.6.1'
774+
gradleVersion = '5.6.2'
775775
distributionType = 'ALL'
776776
}
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-5.6.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)