File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - name : Set up JDK 1.8
1919 uses : actions/setup-java@v3
2020 with :
21- java-version : ' 8.0.282 '
21+ java-version : ' 8'
2222 distribution : ' corretto'
2323 - name : build test and publish
2424 run : ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace
Original file line number Diff line number Diff line change 1919 - name : Set up JDK 1.8
2020 uses : actions/setup-java@v3
2121 with :
22- java-version : ' 8.0.282 '
22+ java-version : ' 8'
2323 distribution : ' corretto'
2424 - name : build and test
2525 run : ./gradlew assemble && ./gradlew check --info --stacktrace
Original file line number Diff line number Diff line change 2222 - name : Set up JDK 1.8
2323 uses : actions/setup-java@v3
2424 with :
25- java-version : ' 8.0.282 '
25+ java-version : ' 8'
2626 distribution : ' corretto'
2727 - name : build test and publish
2828 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