From c8bf3d93bfc087bb9068b145c8baea421f854cfe Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 15 Jun 2023 15:03:34 +0200 Subject: Change the version of Java compiler From 1.7 to 1.8. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ecb8e6a..62c3f37 100644 --- a/pom.xml +++ b/pom.xml @@ -14,8 +14,8 @@ UTF-8 - 1.7 - 1.7 + 1.8 + 1.8 -- cgit v1.2.3