We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5d4e9 commit 76adb20Copy full SHA for 76adb20
.github/workflows/blueprints.yaml
@@ -27,13 +27,13 @@ jobs:
27
with:
28
java-version: 17
29
30
- - uses: actions/cache@v2
31
- with:
32
- path: |
33
- ~/.gradle/caches/modules-*
34
- ~/.gradle/caches/jars-*
35
- ~/.gradle/caches/build-cache-*
36
- key: gradle-${{ hashFiles('checksum.txt') }}
+ #- uses: actions/cache@v2
+ # with:
+ # path: |
+ #~/.gradle/caches/modules-*
+ #~/.gradle/caches/jars-*
+ #~/.gradle/caches/build-cache-*
+ #key: gradle-${{ hashFiles('checksum.txt') }}
37
38
- name: Build project and UnitTest
39
run: ./gradlew assembleDebug compileDebugUnitTestKotlin
0 commit comments