We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44134d8 commit 32328cdCopy full SHA for 32328cd
1 file changed
pom.xml
@@ -493,6 +493,9 @@
493
<groupId>org.apache.maven.plugins</groupId>
494
<artifactId>maven-compiler-plugin</artifactId>
495
<configuration>
496
+ <compilerArgs combine.children="append">
497
+ <arg>--should-stop=ifError=FLOW</arg>
498
+ </compilerArgs>
499
<annotationProcessorPaths combine.self="override">
500
<path>
501
<groupId>com.google.errorprone</groupId>
0 commit comments