diff options
author | Manuel Bentele | 2021-12-16 08:09:25 +0100 |
---|---|---|
committer | Manuel Bentele | 2021-12-16 08:09:25 +0100 |
commit | 2ac003cd3099d62ccc993861e27bb525101af794 (patch) | |
tree | 36b73b78243620e31bd544deab96fd9634d01523 | |
parent | Update Java to version 8 (diff) | |
download | tmlite-bwlp-2ac003cd3099d62ccc993861e27bb525101af794.tar.gz tmlite-bwlp-2ac003cd3099d62ccc993861e27bb525101af794.tar.xz tmlite-bwlp-2ac003cd3099d62ccc993861e27bb525101af794.zip |
Enable Java compiler warnings
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ <source>1.8</source> <target>1.8</target> <release>8</release> + <compilerArgument>-Xlint:all</compilerArgument> </configuration> </plugin> <plugin> |