From f75e582f6484e541ff7d4301348d56eff2a06320 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 9 Sep 2023 21:44:36 +0200 Subject: [PATCH] Added the maven compiler plugin in the pom.xml --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 09e4f29..da5f79f 100644 --- a/pom.xml +++ b/pom.xml @@ -14,4 +14,17 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + + + + + \ No newline at end of file