1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-22 06:12:05 +01: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: