From 50c34adc0f37eecf6ccdac63aa9ab8cab2eab939 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Thu, 16 May 2024 16:39:01 +0200 Subject: [PATCH] enforce jdk22 for building --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 481d2ab..5363a59 100644 --- a/pom.xml +++ b/pom.xml @@ -141,8 +141,8 @@ - You need at least JDK 11.0.3 to build this project. - [11.0.3,) + You need at least JDK 22 to build this project. + [22,)