diff options
author | Manuel Bentele | 2021-03-26 08:41:02 +0100 |
---|---|---|
committer | Manuel Bentele | 2021-03-26 08:41:02 +0100 |
commit | cf714c4f20d85da9ac86c8356a0fb21e480f6d34 (patch) | |
tree | f1a6008b2fa3dca23e2bbef7a0c9a5ed7283c0f0 | |
parent | Add support for Java 8 (diff) | |
download | ecp-client-lean-cf714c4f20d85da9ac86c8356a0fb21e480f6d34.tar.gz ecp-client-lean-cf714c4f20d85da9ac86c8356a0fb21e480f6d34.tar.xz ecp-client-lean-cf714c4f20d85da9ac86c8356a0fb21e480f6d34.zip |
Enable Java compiler warnings
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ <configuration>
<source>1.8</source>
<target>1.8</target>
+ <compilerArgument>-Xlint:all</compilerArgument>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
|