From 2bda7c3f69d3a7bfe4b465a849270b6fd99b41b4 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 19 Jan 2018 16:36:17 +1300 Subject: Dropped java compiler required back to 1.6 as that is the maximum compatibility required --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b51875c..252d8f2 100644 --- a/pom.xml +++ b/pom.xml @@ -139,8 +139,8 @@ maven-compiler-plugin 3.1 - 1.7 - 1.7 + 1.6 + 1.6 -- cgit v1.2.3