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