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 fb9d72d commit aeef90bCopy full SHA for aeef90b
.github/workflows/gradle.yml
@@ -19,8 +19,8 @@ jobs:
19
uses: actions/cache@v4
20
with:
21
path: ~/.gradle/caches
22
- key: ${{ matrix.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
23
- restore-keys: ${{ matrix.os }}-gradle
+ key: ${{ matrix.os }}-gradle-jdk${{ matrix.jdk }}-${{ hashFiles('**/*.gradle.kts') }}
+ restore-keys: ${{ matrix.os }}-gradle-jdk${{ matrix.jdk }}
24
- name: Grant execute permission for gradlew
25
run: chmod +x gradlew
26
- name: Execute tests
0 commit comments