Skip to content

Commit e5efb3e

Browse files
committed
Remove Error Prone override
1 parent 2540277 commit e5efb3e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

log4j-parent/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -991,19 +991,6 @@
991991
</executions>
992992
</plugin>
993993

994-
<!-- REMOVE THIS `m-c-p` OVERRIDE with the next `logging-parent` update!
995-
This is a temporary fix for the Error Prone `2.36.0` issue:
996-
https://github.com/apache/logging-parent/commit/c98462c444eda72d5fe8e7a0b8112949142b7a0a -->
997-
<plugin>
998-
<groupId>org.apache.maven.plugins</groupId>
999-
<artifactId>maven-compiler-plugin</artifactId>
1000-
<configuration>
1001-
<compilerArgs combine.children="append">
1002-
<arg>--should-stop=ifError=FLOW</arg>
1003-
</compilerArgs>
1004-
</configuration>
1005-
</plugin>
1006-
1007994
<!--
1008995
~ Some external logging bridges can interfere with our tests, giving false negatives.
1009996
-->

0 commit comments

Comments
 (0)