From eb9e96ab2b8ed79228686c0020109ea02ebaca5b Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 27 Mar 2018 14:19:17 -0700 Subject: [PATCH] Target JDK 1.6. That way we can at least build Narya with JDK9. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 57dab584d..8afc77cb0 100644 --- a/pom.xml +++ b/pom.xml @@ -53,8 +53,8 @@ maven-compiler-plugin 3.1 - 1.5 - 1.5 + 1.6 + 1.6 true true true