mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 19:06:07 +00:00
Kill lock files in cache.
This commit is contained in:
parent
e53fb782d4
commit
698a610eaa
@ -10,7 +10,7 @@ jdk:
|
||||
- openjdk6
|
||||
# Caching for Gradle files, prevents hitting Maven too much.
|
||||
before_cache:
|
||||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
||||
- find $HOME/.gradle/ -name '*.lock' -print -exec 'rm -f {} \;'
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.gradle/caches/
|
||||
|
Loading…
Reference in New Issue
Block a user