Skip to content

Commit

Permalink
Upgrade the javadoc maven plugin to avoid exception when building wit…
Browse files Browse the repository at this point in the history
…h newer JDK
  • Loading branch information
gnodet committed Oct 25, 2019
1 parent 5923179 commit 1075189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.1</version>
<configuration>
<additionalparam>-Xdoclint:none </additionalparam>
<additionalparam>-notimestamp </additionalparam>
Expand Down

0 comments on commit 1075189

Please sign in to comment.