File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,15 @@ steps:
21
21
- restore_cache :
22
22
keys :
23
23
- gradle-wrapper-{{ arch }}-{{ checksum "<<parameters.project_path>>/gradle/wrapper/gradle-wrapper.properties" }}-{{ .Environment.CACHE_VERSION }}
24
- - gradle-wrapper
25
24
26
25
- restore_cache :
27
26
keys :
28
27
- gradle-home-cache-{{ arch }}-{{ checksum "~/.tmp/checksumfiles/build.gradle" }}-{{ checksum "~/.tmp/checksumfiles/settings.gradle" }}-{{ .Environment.CACHE_VERSION }}
29
- - gradle-home-cache
30
28
31
29
- restore_cache :
32
30
name : Restoring Gradle Build caches
33
31
keys :
34
32
- gradle-build-cache-{{ .Revision }}
35
- - gradle-build-cache
36
33
37
34
- run :
38
35
name : Dispersing Gradle Build caches for restoring
Original file line number Diff line number Diff line change 10
10
- restore_cache :
11
11
keys :
12
12
- yarn-cache-{{ arch }}-{{ checksum "~/.tmp/checksumfiles/package.json" }}-{{ checksum "~/.tmp/checksumfiles/yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
13
- - yarn-cache
14
13
- run :
15
14
name : Yarn Install
16
15
command : yarn install --non-interactive --cache-folder ~/.cache/yarn
You can’t perform that action at this time.
0 commit comments