We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19aabdb commit 1362f2bCopy full SHA for 1362f2b
.circleci/config.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- checkout
11
- restore_cache:
12
- key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
+ key: jars-{{ checksum "build.gradle" }}--{{ checksum "widget-helper/build.gradle" }}--{{ checksum "example/build.gradle" }}
13
- run:
14
name: Chmod permissions #if permission for Gradlew Dependencies fail, use this.
15
command: sudo chmod +x ./gradlew
@@ -23,7 +23,7 @@ jobs:
23
- save_cache:
24
paths:
25
- ~/.gradle
26
27
28
name: Run Tests
29
command: ./gradlew :widget-helper:lint test
0 commit comments