File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1010 name : changelogPrint
1111 steps :
1212 - uses : actions/checkout@v4
13- - name : jdk 11
14- uses : actions/setup-java@v4
13+ - uses : actions/setup-java@v4
1514 with :
16- java-version : 11
15+ java-version : 21
1716 distribution : ' temurin'
1817 - name : gradle caching
1918 uses : gradle/actions/setup-gradle@v4
Original file line number Diff line number Diff line change @@ -23,11 +23,10 @@ jobs:
2323 uses : actions/checkout@v4
2424 with :
2525 fetch-depth : 0
26- - name : Install JDK 11
27- uses : actions/setup-java@v4
26+ - uses : actions/setup-java@v4
2827 with :
2928 distribution : " temurin"
30- java-version : 11
29+ java-version : 21
3130 - name : gradle caching
3231 uses : gradle/actions/setup-gradle@v4
3332 - name : spotlessCheck
6261 - kind : idea
6362 jre : 11
6463 os : ubuntu-latest
64+ exclude :
65+ # Gradle 9 supports Java 17 or above.
66+ - kind : gradle
67+ jre : 11
6568 runs-on : ${{ matrix.os }}
6669 steps :
6770 - name : Checkout
Original file line number Diff line number Diff line change 3838 ORG_GRADLE_PROJECT_gpg_key64 : ${{ secrets.GPG_KEY64 }}
3939 steps :
4040 - uses : actions/checkout@v4
41- - name : jdk 11
42- uses : actions/setup-java@v4
41+ - uses : actions/setup-java@v4
4342 with :
44- java-version : 17
43+ java-version : 21
4544 distribution : ' temurin'
4645 - name : gradle caching
4746 uses : gradle/actions/setup-gradle@v4
You can’t perform that action at this time.
0 commit comments