mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-14 19:34:58 -05:00
Exclude packetlib from javadoc for now
This commit is contained in:
parent
910a0009b9
commit
12e372303e
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue