Skip to content

Commit

Permalink
Change cache path since, the path is correct now.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrengelman committed Nov 7, 2017
1 parent 31d4a8b commit 14657e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Expand Up @@ -15,16 +15,16 @@ jobs:

- restore_cache:
keys:
- gradle-{{ .Branch }}-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}-{{ checksum "gradle/dependencies.gradle" }}
- gradle-{{ .Branch }}-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}
- gradle-{{ .Branch }}
- gradle-master
- gradle
- v1-gradle-{{ .Branch }}-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}-{{ checksum "gradle/dependencies.gradle" }}
- v1-gradle-{{ .Branch }}-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}
- v1-gradle-{{ .Branch }}
- v1-gradle-master
- v1-gradle

- run: ./gradlew downloadDependencies

- save_cache:
key: gradle-{{ .Branch }}-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}-{{ checksum "gradle/dependencies.gradle" }}
key: v1-gradle-{{ .Branch }}-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}-{{ checksum "gradle/dependencies.gradle" }}
paths:
- ~/.gradle

Expand Down

0 comments on commit 14657e3

Please sign in to comment.