File tree Expand file tree Collapse file tree 11 files changed +19
-19
lines changed
Expand file tree Collapse file tree 11 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 6868 - name : Set up JDK 23
6969 uses : actions/setup-java@v4
7070 with :
71- java-version : " 21 "
71+ java-version : " 23 "
7272 distribution : " temurin"
7373 - name : run mvn clean package
7474 run : ./mvnw clean package -Ddependency-check.skip=true -Dmaven.test.skip=true
Original file line number Diff line number Diff line change 2222 - name : Set up JDK 23
2323 uses : actions/setup-java@v4
2424 with :
25- java-version : " 21 "
25+ java-version : " 23 "
2626 distribution : " temurin"
2727 cache : " maven"
2828 - name : Navigate to test script and run
Original file line number Diff line number Diff line change 1717 - name : Set up JDK 23
1818 uses : actions/setup-java@v4
1919 with :
20- java-version : " 21 "
20+ java-version : " 23 "
2121 distribution : " temurin"
2222 - name : Clean install
2323 run : ./mvnw --no-transfer-progress clean install -DskipTests -Ddependency-check.skip -Dcyclonedx.skip=true -Dexec.skip
Original file line number Diff line number Diff line change 1717 - name : Set up JDK 23
1818 uses : actions/setup-java@v4
1919 with :
20- java-version : " 21 "
20+ java-version : " 23 "
2121 distribution : " temurin"
2222 - name : Clean install
2323 run : ./mvnw --no-transfer-progress clean install -DskipTests -Ddependency-check.skip -Dcyclonedx.skip=true -Dexec.skip
Original file line number Diff line number Diff line change 2828 - name : Set up JDK 23
2929 uses : actions/setup-java@v4
3030 with :
31- java-version : " 21 "
31+ java-version : " 23 "
3232 distribution : " temurin"
3333 cache : " maven"
3434 - name : checkstyle with Maven
4242 - name : Set up JDK 23
4343 uses : actions/setup-java@v4
4444 with :
45- java-version : " 21 "
45+ java-version : " 23 "
4646 distribution : " temurin"
4747 cache : " maven"
4848 - name : spotbugs with Maven
5858 - name : Set up JDK 23
5959 uses : actions/setup-java@v4
6060 with :
61- java-version : " 21 "
61+ java-version : " 23 "
6262 distribution : " temurin"
6363 cache : " maven"
6464 - name : Test with Maven
Original file line number Diff line number Diff line change 2020 - name : Set up JDK 23
2121 uses : actions/setup-java@v4
2222 with :
23- java-version : " 21 "
23+ java-version : " 23 "
2424 distribution : " temurin"
2525 cache : " maven"
2626
Original file line number Diff line number Diff line change 2828 - name : Set up JDK 23
2929 uses : actions/setup-java@v4
3030 with :
31- java-version : " 21 "
31+ java-version : " 23 "
3232 distribution : " temurin"
3333 cache : " maven"
3434
@@ -248,7 +248,7 @@ jobs:
248248 - name : Set up JDK 23 for PR build
249249 uses : actions/setup-java@v4
250250 with :
251- java-version : " 21 "
251+ java-version : " 23 "
252252 distribution : " temurin"
253253 cache : " maven"
254254
@@ -277,7 +277,7 @@ jobs:
277277 - name : Set up JDK 23 for main
278278 uses : actions/setup-java@v4
279279 with :
280- java-version : " 21 "
280+ java-version : " 23 "
281281 distribution : " temurin"
282282 cache : " maven"
283283
Original file line number Diff line number Diff line change 3232 - uses : actions/setup-java@v4
3333 with :
3434 distribution : " temurin"
35- java-version : " 21 "
35+ java-version : " 23 "
3636 - name : Install npm dependencies
3737 run : npm install
3838 - uses : actions/cache@v4
Original file line number Diff line number Diff line change 1919 - name : Set up JDK 23
2020 uses : actions/setup-java@v4
2121 with :
22- java-version : " 21 "
22+ java-version : " 23 "
2323 distribution : " temurin"
2424 cache : " maven"
2525
Original file line number Diff line number Diff line change 2424 - name : Set up JDK 23 for PR build
2525 uses : actions/setup-java@v4
2626 with :
27- java-version : " 21 "
27+ java-version : " 23 "
2828 distribution : " temurin"
2929 cache : " maven"
3030
5252 - name : Set up JDK 23 for main build
5353 uses : actions/setup-java@v4
5454 with :
55- java-version : " 21 "
55+ java-version : " 23 "
5656 distribution : " temurin"
5757 cache : " maven"
5858
You can’t perform that action at this time.
0 commit comments