diff options
author | Manuel Bentele | 2021-03-26 08:28:11 +0100 |
---|---|---|
committer | Manuel Bentele | 2021-03-26 08:28:11 +0100 |
commit | f6503bb67d27a70f0dea1e08a744d0a2b0313cf2 (patch) | |
tree | 4f5154c36f11462b16dda1dd1d2608f1d079792c | |
parent | Changed artifact name to satisfy the project's naming convention (diff) | |
download | proxy-vole-f6503bb67d27a70f0dea1e08a744d0a2b0313cf2.tar.gz proxy-vole-f6503bb67d27a70f0dea1e08a744d0a2b0313cf2.tar.xz proxy-vole-f6503bb67d27a70f0dea1e08a744d0a2b0313cf2.zip |
Enable Java compiler warnings
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ <configuration> <source>1.8</source> <target>1.8</target> + <compilerArgument>-Xlint:all</compilerArgument> </configuration> </plugin> </plugins> |