File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 - uses : gradle/wrapper-validation-action@v1
1818 - name : Set up JDK 11
19- uses : actions/setup-java@v1
19+ uses : actions/setup-java@v4
2020 with :
21- java-version : ' 11.0.23'
21+ java-version : ' 11'
22+ distribution : ' temurin'
23+ check-latest : true
2224 - name : build test and publish
2325 run : ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace
2426 env :
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 - uses : gradle/wrapper-validation-action@v1
1818 - name : Set up JDK 11
19- uses : actions/setup-java@v1
19+ uses : actions/setup-java@v4
2020 with :
21- java-version : ' 11.0.23'
21+ java-version : ' 11'
22+ distribution : ' temurin'
23+ check-latest : true
2224 - name : build and test
2325 run : ./gradlew assemble && ./gradlew check --info --stacktrace
2426 env :
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v4
2121 - uses : gradle/wrapper-validation-action@v1
2222 - name : Set up JDK 11
23- uses : actions/setup-java@v1
23+ uses : actions/setup-java@v4
2424 with :
25- java-version : ' 11.0.23'
25+ java-version : ' 11'
26+ distribution : ' temurin'
27+ check-latest : true
2628 - name : build test and publish
2729 run : ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace
2830 env :
You can’t perform that action at this time.
0 commit comments