From d28506372fb0493ed5cb556bd7dc0ebc49c09865 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Mon, 27 Jan 2025 15:01:48 +0100 Subject: [PATCH] Enforce minimal Java version This closes #331 --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index b1993a147..61e3dff4a 100644 --- a/pom.xml +++ b/pom.xml @@ -332,6 +332,7 @@ limitations under the License. 8 3.6.3 + ${javaVersion} ${javaVersion} ${javaVersion} ${javaVersion} @@ -656,6 +657,9 @@ limitations under the License. ${maven.compiler.target} + + ${minimalJavaBuildVersion} +