Add `-Xlint:all` to compiler args.

Nice little flag to get all those juicy warnings out into the build
output for better visibility.
This commit is contained in:
Andreas Troelsen 2023-10-23 18:35:54 +02:00
parent 61550161a7
commit a79678430d
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
<compilerArgument>-Xlint:all</compilerArgument>
</configuration>
</plugin>