From aa3b966f85c4e084a7897482dc4adc9699607397 Mon Sep 17 00:00:00 2001 From: Asabis <31402135+Asabis@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:54:52 +0300 Subject: [PATCH] Update pom.xml Fix error [ERROR] error: Source option 7 is no longer supported. Use 8 or later. [ERROR] error: Target option 7 is no longer supported. Use 8 or later. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ae0a4b0..251b5b6 100644 --- a/pom.xml +++ b/pom.xml @@ -70,8 +70,8 @@ maven-compiler-plugin 2.3.2 - 1.7 - 1.7 + 1.8 + 1.8