From be4f9dd209f6b9709706af31c0a597657b32a125 Mon Sep 17 00:00:00 2001 From: Peter Schuller Date: Fri, 13 Feb 2026 17:56:40 +0100 Subject: [PATCH] [done] updates compiler version to java 21 --- .classpath | 4 ++-- pom.xml | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.classpath b/.classpath index 5e7942a..f47fc61 100644 --- a/.classpath +++ b/.classpath @@ -31,9 +31,9 @@ - + - + diff --git a/pom.xml b/pom.xml index ce1635d..4c470eb 100644 --- a/pom.xml +++ b/pom.xml @@ -93,4 +93,18 @@ test + + + + + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 21 + 21 + UTF-8 + + + + \ No newline at end of file