Use later maven-javadoc-plugin version to try and fix CI build issue

This commit is contained in:
tastybento 2020-01-10 15:50:38 -08:00
parent 8b27003cfb
commit d8e774f077

View File

@ -337,7 +337,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<configuration>
<show>private</show>
<failOnError>false</failOnError>