Skip to content

Commit 67a7de7

Browse files
committed
Update gradlew wrapper to 4.10.3
Motivation: The existing gradlew wrapper version doesn't support JDK11. Modifications: - Update to 4.10.3 which does support JDK11. Result: JDK11 support.
1 parent e21820c commit 67a7de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
distributionUrl=http\://services.gradle.org/distributions/gradle-4.3-bin.zip
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
4-
zipStorePath=wrapper/dists
53
zipStoreBase=GRADLE_USER_HOME
4+
zipStorePath=wrapper/dists
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip

0 commit comments

Comments
 (0)