Skip to content

Commit

Permalink
chore: add -Werror and -Xlint:all Java compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed May 14, 2023
1 parent 36e1780 commit 3f139f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@
<debuglevel>lines,vars</debuglevel>
<compilerArgs>
<arg>-XDcompilePolicy=simple</arg>
<arg>-Werror</arg>
<arg>-Xlint:all</arg>
<arg>-Xplugin:ErrorProne \
-Xep:StringCaseLocaleUsage:ERROR
</arg>
Expand Down

0 comments on commit 3f139f1

Please sign in to comment.