From 534ff3ca3a2381c116f247215ed7af111d047b11 Mon Sep 17 00:00:00 2001 From: Benjamin Marwell Date: Wed, 2 Jun 2021 11:58:36 +0200 Subject: [PATCH] [#177] set maven.compiler.source instead of configuring the compiler-plugin directly. --- pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 1f50d14..8c6f00b 100644 --- a/pom.xml +++ b/pom.xml @@ -196,6 +196,8 @@ UTF-8 ${project.prerequisites.maven} 1.7 + ${mojo.java.target} + ${mojo.java.target} UTF-8 true @@ -287,10 +289,6 @@ org.apache.maven.plugins maven-compiler-plugin 3.8.1 - - ${mojo.java.target} - ${mojo.java.target} - org.apache.maven.plugins