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 8921382 commit 2dfc27bCopy full SHA for 2dfc27b
.github/workflows/gradle.yml
@@ -30,15 +30,15 @@ jobs:
30
path: |
31
~/.gradle/caches
32
~/.gradle/wrapper
33
- key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
+ key: ${{ runner.os }}-${{ martix.java }}-gradle-${{ hashFiles('**/*.gradle*') }}
34
restore-keys: |
35
- ${{ runner.os }}-gradle-
+ ${{ runner.os }}-${{ martix.java }}-gradle-
36
- name: Make gradlew executable (non-Windows only)
37
if: matrix.os != 'windows-latest'
38
run: chmod +x ./gradlew
39
- name: Gradle Check (non-Windows)
40
41
- run: ./gradlew --info --stacktrace check
+ run: ./gradlew --info check
42
- name: Gradle Check (Windows)
43
if: matrix.os == 'windows-latest'
44
shell: cmd
0 commit comments