Skip to content

Commit

Permalink
Cache only .m2/repository, not all of .m2.
Browse files Browse the repository at this point in the history
Hopefully this will fix "Could not find artifact org.apache.maven.plugins:maven-checkstyle-plugin:jar:3.1.1 in google-maven-central" from #5363

Compare CL 310633203 for Truth.

RELNOTES=n/a
PiperOrigin-RevId: 348522883
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Dec 21, 2020
1 parent 99a4d3a commit 98b785a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ after_failure:

cache:
directories:
- $HOME/.m2
- $HOME/.m2/repository

env:
global:
Expand Down

0 comments on commit 98b785a

Please sign in to comment.