File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - uses : actions/checkout@v2
23- - name : Set up JDK 11
23+ - name : Set up JDK 21
2424 uses : actions/setup-java@v2
2525 with :
2626 distribution : zulu
27- java-version : 11
27+ java-version : 21
2828 - name : Cache Maven packages
2929 uses : actions/cache@v4
3030 with :
@@ -39,11 +39,11 @@ jobs:
3939 runs-on : ubuntu-latest
4040 steps :
4141 - uses : actions/checkout@v2
42- - name : Set up JDK 11
42+ - name : Set up JDK 21
4343 uses : actions/setup-java@v2
4444 with :
4545 distribution : zulu
46- java-version : 11
46+ java-version : 21
4747 - name : Cache Maven packages
4848 uses : actions/cache@v4
4949 with :
Original file line number Diff line number Diff line change 1616 uses : actions/setup-java@v3
1717 with :
1818 distribution : zulu
19- java-version : ' 8 '
19+ java-version : ' 21 '
2020 server-id : ossrh
2121 server-username : MAVEN_USERNAME
2222 server-password : MAVEN_PASSWORD
You can’t perform that action at this time.
0 commit comments