Disable strict JavaDoc checking

This commit is contained in:
Dan Mulloy 2019-12-05 16:48:56 -05:00
parent 1e4da2c93b
commit b292c8485b

View File

@ -119,6 +119,9 @@
<windowtitle>ProtocolLib JavaDocs</windowtitle>
<bottom>Copyright &#169; {inceptionYear}&#x2013;{currentYear}
Comphenix and dmulloy2. Licensed under the GNU GPL v2.</bottom>
<additionalOptions>
<additionalOption>-Xdoclint:none</additionalOption>
</additionalOptions>
</configuration>
<executions>
<execution>