Add .gradle to cache to speed up building

pull/33/head
trivernis 5 years ago
parent b587f491cf
commit 3cfa38e03d

@ -5,3 +5,6 @@ matrix:
script:
- if [[ "SCRIPT" ]]; then gradle $SCRIPT; fi
cache:
- .gradle
Loading…
Cancel
Save