Skip to content

Commit

Permalink
Add -Xlint:all to compiler args.
Browse files Browse the repository at this point in the history
Nice little flag to get all those juicy warnings out into the build
output for better visibility.
  • Loading branch information
garbagemule committed Oct 23, 2023
1 parent 6155016 commit a796784
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 @@ -23,6 +23,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
<compilerArgument>-Xlint:all</compilerArgument>
</configuration>
</plugin>

Expand Down

0 comments on commit a796784

Please sign in to comment.