File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v3
1717 - uses : gradle/wrapper-validation-action@v1
18- - name : Set up JDK 1.8
18+ - name : Set up JDK 11
1919 uses : actions/setup-java@v1
2020 with :
21- java-version : ' 8 .0.282 '
21+ java-version : ' 11 .0.17 '
2222 - name : build test and publish
2323 run : ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace
Original file line number Diff line number Diff line change 77 pull_request :
88 branches :
99 - master
10+ - 20.x
1011 - 19.x
1112 - 18.x
1213 - 17.x
1617 steps :
1718 - uses : actions/checkout@v3
1819 - uses : gradle/wrapper-validation-action@v1
19- - name : Set up JDK 1.8
20+ - name : Set up JDK 11
2021 uses : actions/setup-java@v1
2122 with :
22- java-version : ' 8 .0.282 '
23+ java-version : ' 11 .0.17 '
2324 - name : build and test
2425 run : ./gradlew assemble && ./gradlew check --info --stacktrace
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v3
2121 - uses : gradle/wrapper-validation-action@v1
22- - name : Set up JDK 1.8
22+ - name : Set up JDK 11
2323 uses : actions/setup-java@v1
2424 with :
25- java-version : ' 8 .0.282 '
25+ java-version : ' 11 .0.17 '
2626 - name : build test and publish
2727 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