Fix build problem with Java 11

This commit is contained in:
GeorgH93 2020-03-10 00:40:13 +01:00
parent 554972943e
commit 6e464107b4
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<source>8</source>
</configuration>
</execution>
</executions>
</plugin>