Skip to content

Commit 286f4ce

Browse files
authored
Upgrade to Gradle 4.7 (#29644)
This commit gives us Gradle 4.7 which brings with it official JDK 10 support (which we are already using as our minimum compiler version) and support for JDK 11 early-access releases (previous versions of Gradle will not even start on JDK 11).
1 parent bdf2413 commit 286f4ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/wrapper/gradle-wrapper.jar

-398 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-all.zip
1+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStorePath=wrapper/dists
55
zipStoreBase=GRADLE_USER_HOME
6-
distributionSha256Sum=6ac2f8f9302f50241bf14cc5f4a3d88504ad20e61bb98c5fd048f7723b61397e
6+
distributionSha256Sum=203f4537da8b8075e38c036a6d14cb71b1149de5bf0a8f6db32ac2833a1d1294

0 commit comments

Comments
 (0)