Skip to content

Commit

Permalink
#206: disable javadoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sparsick committed Dec 17, 2021
1 parent 2159a50 commit 31888cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<doclint>all,-missing</doclint>
<notimestamp>true</notimestamp>
</configuration>
</plugin>
Expand Down

0 comments on commit 31888cb

Please sign in to comment.