Skip to content

Commit 32328cd

Browse files
committed
Fix
1 parent 44134d8 commit 32328cd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,9 @@
493493
<groupId>org.apache.maven.plugins</groupId>
494494
<artifactId>maven-compiler-plugin</artifactId>
495495
<configuration>
496+
<compilerArgs combine.children="append">
497+
<arg>--should-stop=ifError=FLOW</arg>
498+
</compilerArgs>
496499
<annotationProcessorPaths combine.self="override">
497500
<path>
498501
<groupId>com.google.errorprone</groupId>

0 commit comments

Comments
 (0)