From 323a888c183c74297022857860ae14b77ec8bf99 Mon Sep 17 00:00:00 2001 From: Thorinwasher Date: Sun, 15 Sep 2024 19:10:55 +0200 Subject: [PATCH] Update java version --- .github/workflows/sonar.yml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 249799cdb..d133c0112 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -16,10 +16,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Set up JDK 17 + - name: Set up JDK uses: actions/setup-java@v1 with: - java-version: 17 + java-version: 21 - name: Cache SonarCloud packages uses: actions/cache@v1 with: diff --git a/pom.xml b/pom.xml index 4ba4e8491..9b832107b 100644 --- a/pom.xml +++ b/pom.xml @@ -189,7 +189,7 @@ maven-compiler-plugin 3.13.0 - 17 + 21