From 6f4847f58850527afb361aa0ebc996491774bdd0 Mon Sep 17 00:00:00 2001 From: v1k1nghawk Date: Wed, 23 Nov 2022 15:19:55 +0100 Subject: [PATCH] Setting the -source and -target of the Java Compiler to mitigate 'Source and Target default options are no longer supported' error --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ee4e6f9..4ef9857 100644 --- a/pom.xml +++ b/pom.xml @@ -49,13 +49,21 @@ 2.17 - + java.util.logging.config.file src/test/resources/test-logging.properties + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + + org.apache.maven.plugins maven-shade-plugin