Skip to content

Commit

Permalink
[circleci] new caching problems for m2
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Nov 6, 2020
1 parent 7c23092 commit 7431bdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ default_steps: &default_steps
# Download and cache dependencies
- restore_cache:
keys:
- -v3-dependencies-{{ checksum "pom.xml" }}-{{ arch }}
- -v4-dependencies-{{ checksum "pom.xml" }}-{{ arch }}
# fallback to using the latest cache if no exact match is found
# - -v3-dependencies-
# - -v4-dependencies-

- run: mvn dependency:go-offline

- save_cache:
paths:
- ~/.m2
key: -v3-dependencies-{{ checksum "pom.xml" }}-{{ arch }}
key: -v4-dependencies-{{ checksum "pom.xml" }}-{{ arch }}
- run: |
mvn clean install -Dgpg.skip $MVN_EXTRA_OPTS
Expand Down

0 comments on commit 7431bdc

Please sign in to comment.