Skip to content

Commit 229b38c

Browse files
committed
Disable some caching as a workaround for diffplug#429
1 parent 393238f commit 229b38c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ before_install:
88
install: true
99
script:
1010
- ./.ci/ci.sh
11+
# lines commented out below are a temporary workaround for https://github.com/diffplug/spotless/issues/429
1112
before_cache:
12-
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
13-
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
13+
# - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
14+
# - rm -fr $HOME/.gradle/caches/*/plugin-resolution/
1415
- rm -fr plugin-maven/build/localMavenRepository/com/diffplug/spotless/
1516
cache:
1617
directories:
17-
- $HOME/.gradle/caches/
18+
# - $HOME/.gradle/caches/
1819
- $HOME/.gradle/wrapper/
1920
- $HOME/.m2/
2021
- plugin-maven/build/localMavenRepository/

0 commit comments

Comments
 (0)