From fe5bcc902509eaa0165b9fd3356a2c8955213d63 Mon Sep 17 00:00:00 2001 From: Adam Retter Date: Sat, 9 Mar 2019 14:50:44 +0700 Subject: [PATCH] Make sure to explicitly set Java 8 for source and compiler target --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 72ced6a..b4034bf 100644 --- a/pom.xml +++ b/pom.xml @@ -142,6 +142,16 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + ${maven.compiler.source} + ${maven.compiler.target} + ${project.build.sourceEncoding} + + org.apache.maven.plugins maven-jar-plugin