diff options
author | Manuel Bentele | 2021-12-16 07:52:48 +0100 |
---|---|---|
committer | Manuel Bentele | 2021-12-16 07:52:48 +0100 |
commit | d40ce324f2c01b5bc91ebeeebcb9a08aa51d7889 (patch) | |
tree | 64cc9dc0ebab2c96c0823802c1c7166e344db08a /api | |
parent | Update Java to version 8 (diff) | |
download | taskman-lite-d40ce324f2c01b5bc91ebeeebcb9a08aa51d7889.tar.gz taskman-lite-d40ce324f2c01b5bc91ebeeebcb9a08aa51d7889.tar.xz taskman-lite-d40ce324f2c01b5bc91ebeeebcb9a08aa51d7889.zip |
Enable Java compiler warnings
Diffstat (limited to 'api')
-rw-r--r-- | api/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/pom.xml b/api/pom.xml index 0cc071b..6ff09fb 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -22,6 +22,7 @@ <source>1.8</source> <target>1.8</target> <release>8</release> + <compilerArgument>-Xlint:all</compilerArgument> </configuration> </plugin> <plugin> |