Skip to content

Commit

Permalink
Update gradlew wrapper to 4.10.3
Browse files Browse the repository at this point in the history
Motivation:
The existing gradlew wrapper version doesn't support JDK11.

Modifications:
- Update to 4.10.3 which does support JDK11.

Result:
JDK11 support.
  • Loading branch information
Scottmitch committed Apr 4, 2019
1 parent e21820c commit 67a7de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionUrl=http\://services.gradle.org/distributions/gradle-4.3-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip

0 comments on commit 67a7de7

Please sign in to comment.