mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-22 10:45:22 +01:00
Quiet excessive warnings from JavaDoc plugin
This commit is contained in:
parent
1262a08a22
commit
0e5db0f41f
3
pom.xml
3
pom.xml
@ -408,10 +408,11 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.3.0</version>
|
||||
<version>3.4.1</version>
|
||||
<configuration>
|
||||
<source>${java.version}</source>
|
||||
<show>private</show>
|
||||
<quiet>true</quiet>
|
||||
<failOnError>false</failOnError>
|
||||
<additionalJOption>-Xdoclint:none</additionalJOption>
|
||||
<!-- To compile with Java 11, this tag may be required -->
|
||||
|
Loading…
Reference in New Issue
Block a user