build: Disable 'missing' warnings in javadocs plugin

This commit is contained in:
Christian Koop 2024-02-02 18:57:54 +01:00
parent 3b1f12a94b
commit fa20a3f013
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
</executions>
<configuration>
<doclint>all,-missing</doclint>
<links>
<link>https://hub.spigotmc.org/javadocs/spigot/</link>
</links>