From 0c38a913d228a79407886845e70ad06977b08915 Mon Sep 17 00:00:00 2001 From: Var7600 <77991946+Var7600@users.noreply.github.com> Date: Fri, 27 Dec 2024 10:49:43 -0500 Subject: [PATCH] Update pom.xml fix: release java version 21 --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2d11e1c..2d5f762 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,15 @@ - + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + 21 + + + org.apache.maven.plugins maven-assembly-plugin