Exclude packetlib from javadoc for now

This commit is contained in:
Kas-tle 2023-03-09 21:38:29 +00:00 committed by GitHub
parent 910a0009b9
commit 12e372303e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -220,6 +220,7 @@
<configuration>
<show>public</show>
<failOnError>false</failOnError>
<excludePackageNames>com.github.steveice10.packetlib:com.github.steveice10.packetlib.*:com.github.steveice10.packetlib.*.*</excludePackageNames>
</configuration>
</plugin>
<plugin>