Skip to content

Commit

Permalink
chore: update javadoc plugin to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Jan 11, 2023
1 parent 5b38013 commit 94881c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.4.1</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<failOnError>false</failOnError>
<source>${java.version}</source>
</configuration>
</plugin>
Expand Down

0 comments on commit 94881c8

Please sign in to comment.