From 71af6bcf34087deb6887538d2a4882c6716529f8 Mon Sep 17 00:00:00 2001 From: Alina Yurenko Date: Fri, 29 Sep 2023 17:11:45 +0300 Subject: [PATCH] Bump Java compliance to 21. --- pom.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index ab55760..b2089fc 100644 --- a/pom.xml +++ b/pom.xml @@ -15,9 +15,8 @@ maven-compiler-plugin 3.10.1 - 19 - 19 - --enable-preview + 21 + 21 @@ -44,7 +43,6 @@ gameoflife.Main - --enable-preview --install-exit-handlers @@ -73,7 +71,6 @@ gameoflife.Main - --enable-preview --install-exit-handlers --gc=G1