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

pkarwasz pushed a commit to branch 
dependabot/maven/org.apache.logging-logging-parent-12.1.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git

commit d07ce3bfe2a44915aaa4eedb09e0c83e3af2b225
Author: Piotr P. Karwasz <pkarwasz-git...@apache.org>
AuthorDate: Wed Apr 9 10:18:43 2025 +0200

    Remove Error Prone workaround
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6028256..ac32dc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -329,8 +329,6 @@
             </path>
           </annotationProcessorPaths>
           <compilerArgs combine.children="append">
-            <!-- Workaround Error Prone breaking change -->
-            <arg>--should-stop=ifError=FLOW</arg>
             <!-- Provide arguments for the GraalVM processor -->
             <arg>-Alog4j.graalvm.groupId=${project.groupId}</arg>
             <arg>-Alog4j.graalvm.artifactId=${project.artifactId}</arg>

Reply via email to