From a4f3c46cf10b988240cadee8649209ac7770a3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89amonn=20McManus?= Date: Wed, 29 May 2024 06:23:04 -0700 Subject: [PATCH] Support building with JDK 21. I think the main reason we weren't doing this before is that the ProGuard plugin didn't support it. Apparently it does now. --- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f755076592..415ba676a2 100644 --- a/pom.xml +++ b/pom.xml @@ -127,9 +127,7 @@ - - [11,18) + [11,21]