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 d7c9b70 commit 0f05c21Copy full SHA for 0f05c21
.github/workflows/gradle.yml
@@ -32,9 +32,9 @@ jobs:
32
path: |
33
~/.gradle/caches
34
~/.gradle/wrapper
35
- key: ${{ runner.os }}-$JAVA_VERSION-gradle-${{ hashFiles('**/*.gradle*') }}
+ key: ${{ runner.os }}-${{ JAVA_VERSION }}-gradle-${{ hashFiles('**/*.gradle*') }}
36
restore-keys: |
37
- ${{ runner.os }}-$JAVA_VERSION-gradle-
+ ${{ runner.os }}-${{ JAVA_VERSION }}-gradle-
38
- name: Make gradlew executable (non-Windows only)
39
if: matrix.os != 'windows-latest'
40
run: chmod +x ./gradlew
0 commit comments