We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fb2b9 commit bc4da2eCopy full SHA for bc4da2e
.travis.yml
@@ -4,9 +4,10 @@ sudo: required
4
5
services:
6
- docker
7
-
+
8
before_cache:
9
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
10
+ - rm -fr $HOME/.gradle/caches/*/plugin-resolution/
11
12
cache:
13
directories:
gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
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
0 commit comments