Skip to content

Commit 32290c1

Browse files
committed
[Java] Upgrade to Gradle 6.1.1.
1 parent 0e550fd commit 32290c1

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
@@ -808,6 +808,6 @@ task testReport(type: TestReport) {
808808
}
809809

810810
wrapper {
811-
gradleVersion = '6.0.1'
811+
gradleVersion = '6.1.1'
812812
distributionType = 'ALL'
813813
}

gradle/wrapper/gradle-wrapper.jar

-7 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-6.0.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)