Skip to content

Commit

Permalink
fix: ErroProne arg line
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Solórzano <[email protected]>
  • Loading branch information
jorsol committed Apr 26, 2024
1 parent 61a7d21 commit 747c318
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,7 @@
<compilerArgs>
<arg>-Xlint:all,-options</arg>
<arg>-XDcompilePolicy=simple</arg>
<arg>-Xplugin:ErrorProne \
-XepAllErrorsAsWarnings \
-XepDisableWarningsInGeneratedCode</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>
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg>
Expand Down

0 comments on commit 747c318

Please sign in to comment.