From 3cd9524de3b5546b68853db67c100e31e41391d1 Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Mon, 4 Nov 2024 10:38:34 +0100 Subject: [PATCH] Update JDK to Temurin 21 --- .github/workflows/ci.yml | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd50e1c0..16031262 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: fetch-depth: 0 # checkout tags so version in Manifest is set properly - uses: actions/setup-java@v3 with: - distribution: 'zulu' - java-version: 17 + distribution: 'temurin' + java-version: 21 - name: Maven Install Dependencies run: ./mvnw install -B -V -DskipTests -Dair.check.skip-all -P docker-images - name: Maven Test diff --git a/pom.xml b/pom.xml index 6429153c..c9bb915c 100644 --- a/pom.xml +++ b/pom.xml @@ -48,8 +48,8 @@ - 17 - 17 + 21 + 21 UTF-8