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

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new c98462c  Fix Error Prone arguments breaking `m-c-p:compile` for 
downstream
c98462c is described below

commit c98462c444eda72d5fe8e7a0b8112949142b7a0a
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Feb 19 09:40:20 2025 +0100

    Fix Error Prone arguments breaking `m-c-p:compile` for downstream
    
    Error Prone `2.36.0` introduced a change breaking compilation
    for the downstream due to a missing argument. For details,
    see google/error-prone#4705.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index aa7c0fd..8eed769 100644
--- a/pom.xml
+++ b/pom.xml
@@ -456,6 +456,7 @@
           <compilerArgs>
             <arg>-Xlint:all</arg>
             <arg>-XDcompilePolicy=simple</arg>
+            <arg>--should-stop=ifError=FLOW</arg>
             <arg>-Xplugin:ErrorProne</arg>
           </compilerArgs>
           <annotationProcessorPaths>

Reply via email to