File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515 - uses : actions/checkout@v5
1616 - uses : actions/setup-java@v5
1717 with :
18- java-version : 17
18+ java-version : 21
1919 distribution : temurin
2020 cache : maven
2121 - run : $MVN package
2222 working-directory : bom
2323 - uses : actions/setup-java@v5
2424 with : # running setup-java again overwrites the settings.xml
25- java-version : 17
25+ java-version : 21
2626 distribution : temurin
2727 server-id : central
2828 server-username : CENTRAL_USERNAME
@@ -46,13 +46,13 @@ jobs:
4646 - uses : actions/checkout@v5
4747 - uses : actions/setup-java@v5
4848 with :
49- java-version : 17
49+ java-version : 21
5050 distribution : temurin
5151 cache : maven
5252 - run : $MVN package
5353 - uses : actions/setup-java@v5
5454 with : # running setup-java again overwrites the settings.xml
55- java-version : 17
55+ java-version : 21
5656 distribution : temurin
5757 server-id : central
5858 server-username : CENTRAL_USERNAME
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v5
1414 - uses : actions/setup-java@v5
1515 with :
16- java-version : 17
16+ java-version : 21
1717 distribution : temurin
1818 cache : maven
1919 - run : $MVN install
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v5
1616 - uses : actions/setup-java@v5
1717 with :
18- java-version : 17
18+ java-version : 21
1919 distribution : temurin
2020 cache : maven
2121 server-id : central
3737 - uses : actions/checkout@v5
3838 - uses : actions/setup-java@v5
3939 with :
40- java-version : 17
40+ java-version : 21
4141 distribution : temurin
4242 cache : maven
4343 server-id : central
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v5
1717 - uses : actions/setup-java@v5
1818 with :
19- java-version : 17
19+ java-version : 21
2020 distribution : temurin
2121 cache : maven
2222 - run : $MVN install
You can’t perform that action at this time.
0 commit comments