travis: Update cache configuration

This commit is contained in:
Florian Schmaus 2019-07-19 23:34:21 +02:00
parent ce0ddcf69c
commit 2da2633b0f
1 changed files with 6 additions and 1 deletions

View File

@ -8,9 +8,14 @@ jdk:
- openjdk9
- openjdk11
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.m2
- $HOME/.gradle/caches/
- $HOME/.android/build-cache
- $HOME/.m2
before_install:
- export GRADLE_VERSION=5.5.1