From 88b2fd762be44bf0698be13e9f566322ecd1bc8f Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 28 Feb 2021 14:47:36 -0800 Subject: [PATCH] Don't target such an ancient version of Java. My JVM won't even compile it. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 200936e..24cece2 100644 --- a/pom.xml +++ b/pom.xml @@ -88,8 +88,8 @@ maven-compiler-plugin 3.6.1 - 1.6 - 1.6 + 1.8 + 1.8 true true true