We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5525c9 commit c51768aCopy full SHA for c51768a
.github/workflows/ci-tests.yml
@@ -40,12 +40,12 @@ jobs:
40
with:
41
java-version: 1.8
42
43
- - name: Cache Gradle packages
44
- uses: actions/cache@v2
45
- with:
46
- path: ~/.gradle/caches
47
- key: ${{ runner.os }}-gradle
48
- restore-keys: ${{ runner.os }}-gradle
+# - name: Cache Gradle packages
+# uses: actions/cache@v2
+# with:
+# path: ~/.gradle/caches
+# key: ${{ runner.os }}-gradle
+# restore-keys: ${{ runner.os }}-gradle
49
50
- name: Grant execute permission for gradlew
51
run: chmod +x gradlew
0 commit comments