From 30b7abe362961ae2383200e85bc38c7c7a30c2dc Mon Sep 17 00:00:00 2001 From: David Cockbill Date: Wed, 26 Nov 2025 16:22:40 +0000 Subject: [PATCH] Build fails with Java 25 #91 - Add '-proc' compiler argument and set to 'full' --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index d2407b6..615310f 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,18 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.14.1 + + + -proc:full + + + +