Upgraded gradle to cope with java9

This commit is contained in:
Jeroen van Erp
2017-12-27 15:02:42 +01:00
parent 09fb2b9dc2
commit bc4da2ea8e
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ services:
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:

View File

@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-all.zip