File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,12 @@ jobs:
1313 MAVEN_CENTRAL_PGP_KEY : ${{ secrets.MAVEN_CENTRAL_PGP_KEY }}
1414
1515 steps :
16- - uses : actions/checkout@v1
16+ - uses : actions/checkout@v3
1717 - uses : gradle/wrapper-validation-action@v1
18- - name : Set up JDK 1.8
19- uses : actions/setup-java@v1
18+ - name : Set up JDK 11
19+ uses : actions/setup-java@v3
2020 with :
21- java-version : ' 8.0.282'
21+ java-version : ' 11'
22+ distribution : ' corretto'
2223 - name : build test and publish
2324 run : ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace
Original file line number Diff line number Diff line change @@ -14,11 +14,12 @@ jobs:
1414 buildAndTest :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v1
17+ - uses : actions/checkout@v3
1818 - uses : gradle/wrapper-validation-action@v1
19- - name : Set up JDK 1.8
20- uses : actions/setup-java@v1
19+ - name : Set up JDK 11
20+ uses : actions/setup-java@v3
2121 with :
22- java-version : ' 8.0.282'
22+ java-version : ' 11'
23+ distribution : ' corretto'
2324 - name : build and test
2425 run : ./gradlew assemble && ./gradlew check --info --stacktrace
Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ jobs:
1717 RELEASE_VERSION : ${{ github.event.inputs.version }}
1818
1919 steps :
20- - uses : actions/checkout@v1
20+ - uses : actions/checkout@v3
2121 - uses : gradle/wrapper-validation-action@v1
22- - name : Set up JDK 1.8
23- uses : actions/setup-java@v1
22+ - name : Set up JDK 11
23+ uses : actions/setup-java@v3
2424 with :
25- java-version : ' 8.0.282'
25+ java-version : ' 11'
26+ distribution : ' corretto'
2627 - name : build test and publish
2728 run : ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace
You can’t perform that action at this time.
0 commit comments