Skip to content

Commit c104e21

Browse files
committed
Temporarily disable CI cache to investigate failing build
1 parent e8f59b5 commit c104e21

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/blueprints.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
with:
2828
java-version: 17
2929

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') }}
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') }}
3737

3838
- name: Build project and UnitTest
3939
run: ./gradlew assembleDebug compileDebugUnitTestKotlin

0 commit comments

Comments
 (0)