Skip to content

Commit da46238

Browse files
committed
Patch Error Prone configuration
1 parent 0e02a72 commit da46238

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

log4j-parent/pom.xml

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

994+
<plugin>
995+
<groupId>org.apache.maven.plugins</groupId>
996+
<artifactId>maven-compiler-plugin</artifactId>
997+
<configuration>
998+
<compilerArgs combine.children="append">
999+
<arg>--should-stop=ifError=FLOW</arg>
1000+
</compilerArgs>
1001+
</configuration>
1002+
</plugin>
1003+
9941004
<!--
9951005
~ Some external logging bridges can interfere with our tests, giving false negatives.
9961006
-->

0 commit comments

Comments
 (0)