Skip to content

Commit

Permalink
Upgrade gradle wrapper to support java 9
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Aug 10, 2018
1 parent f7edfb2 commit 22b1026
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions etc/scripts/gradle-upgrade.sh
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
./gradlew wrapper --gradle-version=4.9 --distribution-type=bin
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Tue Jul 04 16:23:04 AEST 2017
#Fri Aug 10 14:04:47 AEST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip

0 comments on commit 22b1026

Please sign in to comment.