Skip to content

Commit

Permalink
Add --should-stop flag to maven-compiler-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis committed Nov 25, 2024
1 parent 76ba78e commit 36f891d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
<arg>-Werror</arg>
<arg>-Xlint:all</arg>
<arg>-XDcompilePolicy=simple</arg>
<arg>--should-stop=ifError=FLOW</arg>
<arg>-Xplugin:ErrorProne -Xep:AddressSelection:OFF -Xep:NonApiType:OFF -Xep:WaitNotInLoop:OFF</arg>
</compilerArgs>
<annotationProcessorPaths>
Expand Down

0 comments on commit 36f891d

Please sign in to comment.