File tree 3 files changed +12
-9
lines changed 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,12 @@ jobs:
13
13
MAVEN_CENTRAL_PGP_KEY : ${{ secrets.MAVEN_CENTRAL_PGP_KEY }}
14
14
15
15
steps :
16
- - uses : actions/checkout@v1
16
+ - uses : actions/checkout@v3
17
17
- uses : gradle/wrapper-validation-action@v1
18
18
- name : Set up JDK 11
19
- uses : actions/setup-java@v1
19
+ uses : actions/setup-java@v3
20
20
with :
21
- java-version : ' 11.0.17'
21
+ java-version : ' 11'
22
+ distribution : ' corretto'
22
23
- name : build test and publish
23
24
run : ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace
Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ jobs:
11
11
buildAndTest :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v1
14
+ - uses : actions/checkout@v3
15
15
- uses : gradle/wrapper-validation-action@v1
16
16
- name : Set up JDK 11
17
- uses : actions/setup-java@v1
17
+ uses : actions/setup-java@v3
18
18
with :
19
- java-version : ' 11.0.17'
19
+ java-version : ' 11'
20
+ distribution : ' corretto'
20
21
- name : build and test
21
22
run : ./gradlew assemble && ./gradlew check --info --stacktrace
Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ jobs:
17
17
RELEASE_VERSION : ${{ github.event.inputs.version }}
18
18
19
19
steps :
20
- - uses : actions/checkout@v1
20
+ - uses : actions/checkout@v3
21
21
- uses : gradle/wrapper-validation-action@v1
22
22
- name : Set up JDK 11
23
- uses : actions/setup-java@v1
23
+ uses : actions/setup-java@v3
24
24
with :
25
- java-version : ' 11.0.17'
25
+ java-version : ' 11'
26
+ distribution : ' corretto'
26
27
- name : build test and publish
27
28
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