Skip to content

Commit a5ee578

Browse files
committed
Disable cache
1 parent e87a83f commit a5ee578

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/gradle.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
uses: actions/setup-java@v1
2525
with:
2626
java-version: ${{ matrix.java }}
27-
- name: Cache Gradle
28-
uses: actions/cache@v2
29-
with:
30-
path: |
31-
~/.gradle/caches
32-
~/.gradle/wrapper
33-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
34-
restore-keys: |
35-
${{ runner.os }}-gradle-
27+
# - name: Cache Gradle
28+
# uses: actions/cache@v2
29+
# with:
30+
# path: |
31+
# ~/.gradle/caches
32+
# ~/.gradle/wrapper
33+
# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
34+
# restore-keys: |
35+
# ${{ runner.os }}-gradle-
3636
- name: Make gradlew executable (non-Windows only)
3737
if: matrix.os != 'windows-latest'
3838
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)