From 5b0fa29a74565dcb3d7b435956073f676919939f Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 19 Jul 2023 13:12:38 -0700 Subject: [PATCH] Set source level to 1.8. The latest JVMs don't support 1.7 any longer, and surely we don't need to claim 1.7 source level for GWT any more. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 64f192c..0116eb7 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ --> - 1.7 + 1.8 UTF-8 2.8.2 2.8.2