File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -354,8 +354,10 @@ jobs:
354
354
# compilation results from build-sbt
355
355
- save_cache :
356
356
key : v1-maven-build-with-version-{{ .Branch }}-{{ .Revision }}
357
- paths :
358
- - .
357
+ paths : .
358
+ - save_cache :
359
+ key : v1-maven-dependency-cache-versioned-{{ checksum "pom.xml" }}
360
+ paths : ~/.m2
359
361
360
362
deploy :
361
363
<< : *defaults
@@ -368,7 +370,7 @@ jobs:
368
370
- restore_cache :
369
371
key : v1-maven-build-with-version-{{ .Branch }}-{{ .Revision }}
370
372
- restore_cache :
371
- key : maven-dependency-cache-{{ checksum "pom.xml" }}
373
+ key : v1- maven-dependency-cache-versioned -{{ checksum "pom.xml" }}
372
374
- restore_cache :
373
375
key : build-binaries-{{ checksum "build/mvn" }}-{{ checksum "build/sbt" }}
374
376
You can’t perform that action at this time.
0 commit comments