File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,15 @@ jobs:
13
13
- name : Set up JDK ${{ matrix.jdk }}
14
14
uses : actions/setup-java@v4
15
15
with :
16
- distribution : ' zulu '
16
+ distribution : ' temurin '
17
17
java-version : ${{ matrix.jdk }}
18
- - name : Cache Gradle packages
19
- uses : actions/cache@v4
20
- with :
21
- path : ~/.gradle/caches
22
- key : ${{ matrix.os }}-gradle-jdk${{ matrix.jdk }}-${{ hashFiles('**/*.gradle.kts') }}
23
- restore-keys : ${{ matrix.os }}-gradle-jdk${{ matrix.jdk }}
18
+ cache : ' gradle'
19
+ # - name: Cache Gradle packages
20
+ # uses: actions/cache@v4
21
+ # with:
22
+ # path: [~/.gradle/caches, ~/.gradle/wrapper]
23
+ # key: ${{ matrix.os }}-gradle-jdk${{ matrix.jdk }}-${{ hashFiles('**/*.gradle.kts') }}
24
+ # restore-keys: ${{ matrix.os }}-gradle-jdk${{ matrix.jdk }}
24
25
- name : Grant execute permission for gradlew
25
26
run : chmod +x gradlew
26
27
- name : Execute tests
You can’t perform that action at this time.
0 commit comments