From 52f823ad45b2900bb3d8dcc59bb8025e8fc1e90e Mon Sep 17 00:00:00 2001 From: Aayush Atharva Date: Tue, 21 Feb 2023 01:24:40 +0530 Subject: [PATCH] Downgrade from Java 17 to Java 1.8 as we removed release flag --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7fdb2b27..1505101b 100644 --- a/pom.xml +++ b/pom.xml @@ -63,8 +63,8 @@ UTF-8 UTF-8 1.8 - 17 - 17 + 1.8 + 1.8