File tree Expand file tree Collapse file tree 2 files changed +7
-14
lines changed
Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v4
1010 with :
1111 fetch-depth : 0
12- - uses : actions/setup-java@v1
12+ - uses : gradle/actions/wrapper-validation@v3
13+ - uses : actions/setup-java@v4
1314 with :
1415 java-version : 11
16+ distribution : ' zulu'
1517 - name : Build
1618 run : ./gradlew build -PbuildServer
1719
1820 publish :
1921 needs : build
2022 runs-on : ubuntu-latest
2123 steps :
22- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v4
2325 with :
2426 fetch-depth : 0
25- - uses : actions/setup-java@v1
27+ - uses : actions/setup-java@v4
2628 with :
2729 java-version : 11
30+ distribution : ' zulu'
2831 - name : Publish
2932 if : ${{ !startsWith(github.ref, 'refs/tags/v') }}
3033 run : ./gradlew publishToMavenLocal -PbuildServer
You can’t perform that action at this time.
0 commit comments