From 57fa62c08d6fa292a775fe6f59b9e7a995dea94d Mon Sep 17 00:00:00 2001 From: Ashley Scopes <73482956+ascopes@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:47:43 +0100 Subject: [PATCH] Use proc=full in the Maven Compiler Plugin --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index daf674b9..1ca99acf 100644 --- a/pom.xml +++ b/pom.xml @@ -361,6 +361,7 @@ -Xlint:all,-classfile,-processing,-requires-automatic,-serial true + full true 11