From a681d5e7501c1dfa65dade5db9322e30a62a9361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 21 Dec 2015 22:54:28 +0200 Subject: [PATCH] Specify javac source and target via maven.compiler.* properties --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bbe50345cb..35d90eb0a9 100644 --- a/pom.xml +++ b/pom.xml @@ -99,6 +99,9 @@ UTF-8 UTF-8 + 1.7 + 1.7 + true - 1.7 - 1.7 true ${javac-compiler-id}