Skip to content

Commit

Permalink
fix: Add --should-stop=ifError=FLOW to ErrorProne
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Solórzano <[email protected]>
  • Loading branch information
jorsol committed Dec 2, 2024
1 parent cf80f2e commit ec6f787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@
<compilerArgs>
<arg>-Xlint:all,-options</arg>
<arg>-XDcompilePolicy=simple</arg>
<arg>--should-stop=ifError=FLOW</arg>
<arg>-Xplugin:ErrorProne -XepAllErrorsAsWarnings -XepDisableWarningsInGeneratedCode</arg>
<!-- Required on JDK 16+ due to JEP 396 -->
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
Expand Down

0 comments on commit ec6f787

Please sign in to comment.