Skip to content

Commit

Permalink
Revert "Invalidate ivy dependency cache"
Browse files Browse the repository at this point in the history
This reverts commit 1a7b0d4.
  • Loading branch information
mccheah committed Oct 22, 2019
1 parent b77c44a commit aaf8193
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ step_templates:
restore-ivy-cache: &restore-ivy-cache
restore_cache:
keys:
- v8-ivy-dependency-cache-{{ .Branch }}-{{ checksum "pom.xml" }}
- v7-ivy-dependency-cache-{{ .Branch }}-{{ checksum "pom.xml" }}
# if cache for exact version of `pom.xml` is not present then load any most recent one
- v8-ivy-dependency-cache-{{ .Branch }}-
- v8-ivy-dependency-cache-master-{{ checksum "pom.xml" }}
- v8-ivy-dependency-cache-master-
- v7-ivy-dependency-cache-{{ .Branch }}-
- v7-ivy-dependency-cache-master-{{ checksum "pom.xml" }}
- v7-ivy-dependency-cache-master-
restore-gradle-wrapper-cache: &restore-gradle-wrapper-cache
restore_cache: { key: 'gradle-wrapper-v2-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}' }
restore-gradle-cache: &restore-gradle-cache
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
- store_artifacts:
path: /tmp/heap.bin
- save_cache:
key: v8-ivy-dependency-cache-{{ .Branch }}-{{ checksum "pom.xml" }}
key: v7-ivy-dependency-cache-{{ .Branch }}-{{ checksum "pom.xml" }}
paths:
- "~/.ivy2"
- store_artifacts:
Expand Down

0 comments on commit aaf8193

Please sign in to comment.