1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-17 00:44:50 +02:00

travis: Update cache configuration

This commit is contained in:
Florian Schmaus 2019-07-19 23:34:21 +02:00
parent ce0ddcf69c
commit 2da2633b0f

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