Skip to content

Commit 43303a8

Browse files
committed
switch to java 21
1 parent 8cd6779 commit 43303a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
os: ${{ matrix.os }}
2727
java-version: ${{ matrix.java }}
2828
sonar-run-on-os: ubuntu-latest
29-
sonar-run-on-java-version: 17
29+
sonar-run-on-java-version: 21
3030
sonar-token: ${{ secrets.SONAR_TOKEN }}
3131
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/maven-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-java@v5
2929
with:
3030
distribution: temurin
31-
java-version: 17
31+
java-version: 21
3232
cache: maven
3333

3434
- name: Build, verify, deploy, generate site

0 commit comments

Comments
 (0)