1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-18 09:24:49 +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,8 +8,13 @@ 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/.gradle/caches/
- $HOME/.android/build-cache
- $HOME/.m2
before_install: