From acec9c03e54460e040941fca3f02a704cd473c53 Mon Sep 17 00:00:00 2001 From: Paul McKeown Date: Sun, 24 Nov 2024 21:48:20 +1300 Subject: [PATCH] Build a JDK-8 Jar (#430) (#431) * Build a JDK-8 Jar (#430) * Moved source and target config to the compiler plugin --------- Co-authored-by: Philipp Dallig --- pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a05748cf..480a54a1 100644 --- a/pom.xml +++ b/pom.xml @@ -65,8 +65,6 @@ UTF-8 - 17 - 17 3.9.5 @@ -218,8 +216,14 @@ 3.3.1 + org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.13.0 + + 8 + 8 + 8 + maven-plugin-plugin