Commit 60a0ccc 1 parent a8d0776 commit 60a0ccc Copy full SHA for 60a0ccc
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
distribution : liberica
50
50
- name : Build
51
51
if : ${{ env.PUBLISH_SNAPSHOT }}
52
- uses : burrunan/gradle-cache-action@v1
52
+ uses : burrunan/gradle-cache-action@v2
53
53
with :
54
54
job-id : jdk17
55
55
arguments : --scan --no-parallel --no-daemon shadowJar
Original file line number Diff line number Diff line change 17
17
java-version : 17
18
18
distribution : liberica
19
19
- name : Build
20
- uses : burrunan/gradle-cache-action@v1
20
+ uses : burrunan/gradle-cache-action@v2
21
21
with :
22
22
job-id : jdk17
23
23
arguments : --scan --no-parallel --no-daemon -Prelease build
Original file line number Diff line number Diff line change 28
28
java-version : ${{ matrix.java-version }}
29
29
distribution : liberica
30
30
- name : ' Run tests'
31
- uses : burrunan/gradle-cache-action@v1
31
+ uses : burrunan/gradle-cache-action@v2
32
32
with :
33
33
job-id : jdk${{ matrix.java-version }}
34
34
arguments : --scan --no-parallel --no-daemon build
You can’t perform that action at this time.
0 commit comments