File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 distribution : liberica
5050 - name : Build
5151 if : ${{ env.PUBLISH_SNAPSHOT }}
52- uses : burrunan/gradle-cache-action@v2
52+ uses : burrunan/gradle-cache-action@v3
5353 with :
5454 job-id : jdk17
5555 arguments : --scan --no-parallel --no-daemon shadowJar
Original file line number Diff line number Diff line change 1717 java-version : 17
1818 distribution : liberica
1919 - name : Build
20- uses : burrunan/gradle-cache-action@v2
20+ uses : burrunan/gradle-cache-action@v3
2121 with :
2222 job-id : jdk17
2323 arguments : --scan --no-parallel --no-daemon -Prelease build
Original file line number Diff line number Diff line change 2828 java-version : ${{ matrix.java-version }}
2929 distribution : liberica
3030 - name : ' Run tests'
31- uses : burrunan/gradle-cache-action@v2
31+ uses : burrunan/gradle-cache-action@v3
3232 with :
3333 job-id : jdk${{ matrix.java-version }}
3434 arguments : --scan --no-parallel --no-daemon build
You can’t perform that action at this time.
0 commit comments