From 5fccfd5d38330fdf9e6d437ccaf0312b6c6b756a Mon Sep 17 00:00:00 2001 From: Harrison Date: Tue, 21 Apr 2020 21:21:11 -0500 Subject: [PATCH] Changed to Java 11. --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9a73529..eb469df 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,11 @@ maven-compiler-plugin - 3.8.1 + 3.6.0 + + 11 + 11 + maven-surefire-plugin @@ -43,5 +47,6 @@ UTF-8 11 11 + 11 \ No newline at end of file