From 9b77839fb2e1eb120179513293b6fe4d7754934f Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Fri, 15 Dec 2023 12:19:28 +0700 Subject: [PATCH] Depend on JDT Core 1.9.21.1-SNAPSHOT The new version is compiled to target 17. This should avoid the strange "NoSuchFieldError: RELEASE_17" error message in AJC. Closes #269. Signed-off-by: Alexander Kriegisch --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 533177ff6..e7b1a20cb 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ true - 1.9.21.RC1 + 1.9.21.1-SNAPSHOT 9.6 1.6.3 2.6.2 -- 2.39.5