From eb3e26991517d994e082a6772555d4cb3b3a17bf Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Tue, 1 Aug 2023 12:45:40 -0700 Subject: [PATCH] Add `-proc:full` to Java 21 compiler arguments (#469) --- pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index f1142b0..6759172 100644 --- a/pom.xml +++ b/pom.xml @@ -956,6 +956,25 @@ + + annotation-processors + + [21,) + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + -proc:full + + + + + + quick-build