summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-12-16 08:09:25 +0100
committerManuel Bentele2021-12-16 08:09:25 +0100
commit2ac003cd3099d62ccc993861e27bb525101af794 (patch)
tree36b73b78243620e31bd544deab96fd9634d01523 /pom.xml
parentUpdate Java to version 8 (diff)
downloadtmlite-bwlp-2ac003cd3099d62ccc993861e27bb525101af794.tar.gz
tmlite-bwlp-2ac003cd3099d62ccc993861e27bb525101af794.tar.xz
tmlite-bwlp-2ac003cd3099d62ccc993861e27bb525101af794.zip
Enable Java compiler warnings
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 935f69e..131086b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,7 @@
<source>1.8</source>
<target>1.8</target>
<release>8</release>
+ <compilerArgument>-Xlint:all</compilerArgument>
</configuration>
</plugin>
<plugin>