Skip to content

Commit 9c541b8

Browse files
authored
Upgrade to latest Gradle 4.10 (#32801)
Upgrade to Gradle 4.10
1 parent f097446 commit 9c541b8

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

buildSrc/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* under the License.
1818
*/
1919
import java.nio.file.Files
20+
import org.gradle.util.GradleVersion
2021

2122
plugins {
2223
id 'java-gradle-plugin'
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.9
1+
4.10

gradle/wrapper/gradle-wrapper.jar

1.72 KB
Binary file not shown.
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionSha256Sum=39e2d5803bbd5eaf6c8efe07067b0e5a00235e8c71318642b2ed262920b27721
6+
distributionSha256Sum=fc049dcbcb245d5892bebae143bd515a78f6a5a93cec99d489b312dc0ce4aad9

0 commit comments

Comments
 (0)