This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/main by this push:
     new d9db2734 Disabling errorprone
d9db2734 is described below

commit d9db2734d97e5d37767981b1ced0dd341c6378b7
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue Jan 28 10:19:56 2025 +0000

    Disabling errorprone
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 68bbe506..a3a4dc03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -349,7 +349,7 @@
                     <configuration>
                         <compilerArgs>
                             <arg>-XDcompilePolicy=simple</arg>
-                            <arg>-Xplugin:ErrorProne</arg>
+                            <!--<arg>-Xplugin:ErrorProne</arg>-->
                         </compilerArgs>
                         <annotationProcessorPaths>
                             <path>

Reply via email to