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 e87a83f commit a5ee578Copy full SHA for a5ee578
.github/workflows/gradle.yml
@@ -24,15 +24,15 @@ jobs:
24
uses: actions/setup-java@v1
25
with:
26
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-
+# - name: Cache Gradle
+# uses: actions/cache@v2
+# with:
+# path: |
+# ~/.gradle/caches
+# ~/.gradle/wrapper
+# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
+# restore-keys: |
+# ${{ runner.os }}-gradle-
36
- name: Make gradlew executable (non-Windows only)
37
if: matrix.os != 'windows-latest'
38
run: chmod +x ./gradlew
0 commit comments