Skip to content

Commit

Permalink
Merge pull request #110 from xhaggi/fix/maven-javadoc-disable-missing…
Browse files Browse the repository at this point in the history
…-warnings

[maven-javadoc-plugin] disable missing warnings
  • Loading branch information
wimdeblauwe authored Apr 17, 2024
2 parents d8d9c94 + 848e338 commit 0b13160
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 @@ -193,6 +193,7 @@
<configuration>
<source>${java.version}</source>
<detectJavaApiLink>false</detectJavaApiLink>
<doclint>all,-missing</doclint>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 0b13160

Please sign in to comment.