We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2540277 commit e5efb3eCopy full SHA for e5efb3e
log4j-parent/pom.xml
@@ -991,19 +991,6 @@
991
</executions>
992
</plugin>
993
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
-
1007
<!--
1008
~ Some external logging bridges can interfere with our tests, giving false negatives.
1009
-->
0 commit comments