From 7ba312d93c924c7c8ecb50c2c9f833ff2e9a071f Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Mon, 8 Oct 2018 14:53:02 -0400 Subject: [PATCH] update compiler source/target from 1.7 to 1.8 Java 8 is nearing EOL, so we can probably safely stop outputting 1.7 compatible classes --- plugin/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/pom.xml b/plugin/pom.xml index 8632750d..9bdcd3cc 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -110,8 +110,8 @@ maven-compiler-plugin 3.1 - 1.7 - 1.7 + 1.8 + 1.8