Skip to content

Commit

Permalink
update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubydesic committed Oct 22, 2023
1 parent 2b1ff8d commit 241125f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ commands:

- restore_cache:
keys:
- v1-gradle-home-{{ checksum "build.gradle" }}-{{ checksum "gradle.properties" }}
- v1-gradle-home-{{ checksum "build.gradle.kts" }}-{{ checksum "gradle.properties" }}
- v1-gradle-home
- restore_cache:
keys:
- v1-{{ checksum "build.gradle" }}-{{ checksum "gradle.properties" }}
- v1-{{ checksum "build.gradle.kts" }}-{{ checksum "gradle.properties" }}
save_artifacts:
parameters:
artifact_name:
Expand Down Expand Up @@ -66,11 +66,11 @@ commands:
save_gradle_cache:
steps:
- save_cache:
key: v1-gradle-home-{{ checksum "build.gradle" }}-{{ checksum "gradle.properties" }}
key: v1-gradle-home-{{ checksum "build.gradle.kts" }}-{{ checksum "gradle.properties" }}
paths:
- ~/.gradle
- save_cache:
key: v1-gradle-{{ checksum "build.gradle" }}-{{ checksum "gradle.properties" }}
key: v1-gradle-{{ checksum "build.gradle.kts" }}-{{ checksum "gradle.properties" }}
paths:
- .gradle

Expand Down

0 comments on commit 241125f

Please sign in to comment.