Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Properly cache Gradle plugin in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
WonderCsabo committed Sep 2, 2019
1 parent 7a7a175 commit ef545b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sudo: false

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
Expand Down

0 comments on commit ef545b7

Please sign in to comment.