From a71de2f1550a154d7a0fd431f06ec753fdc9c4da Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 24 Nov 2020 00:30:49 -0800 Subject: [PATCH] GUACAMOLE-221: Update guacamole-common build to Java 1.8. Without Java 1.8, we cannot add new functions to established interfaces without breaking backward compatibility. --- guacamole-common/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guacamole-common/pom.xml b/guacamole-common/pom.xml index b8e09d474..f9fb82afb 100644 --- a/guacamole-common/pom.xml +++ b/guacamole-common/pom.xml @@ -57,14 +57,14 @@ - + org.apache.maven.plugins maven-compiler-plugin 3.3 - 1.6 - 1.6 + 1.8 + 1.8 -Xlint:all -Werror