From c7e63f7ea758408379386a3b457f037bb17f42dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven-J=C3=B8rgen=20Karlsen?= Date: Mon, 3 Jun 2024 19:22:21 +0000 Subject: [PATCH] Upgrade to Java 21 (was: 19). --- .github/workflows/compile-and-test.yml | 2 +- .settings/.gitignore | 2 -- pom.xml | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 .settings/.gitignore diff --git a/.github/workflows/compile-and-test.yml b/.github/workflows/compile-and-test.yml index 7de3087..262d7ce 100644 --- a/.github/workflows/compile-and-test.yml +++ b/.github/workflows/compile-and-test.yml @@ -15,7 +15,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v4.2.1 with: - java-version: '19' + java-version: '21' distribution: 'zulu' cache: 'maven' - name: Build with Maven diff --git a/.settings/.gitignore b/.settings/.gitignore deleted file mode 100644 index 9976760..0000000 --- a/.settings/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/org.eclipse.core.resources.prefs -/org.eclipse.m2e.core.prefs diff --git a/pom.xml b/pom.xml index c98fda1..f5386e4 100644 --- a/pom.xml +++ b/pom.xml @@ -16,8 +16,8 @@ UTF-8 3.3.0 - 19 - 19 + 21 + 21