Skip to content

Commit

Permalink
Merge pull request #418 from dariuszzbyrad/fix-javadoc-plugin
Browse files Browse the repository at this point in the history
Fix Javadoc Plugin Configuration
  • Loading branch information
FDelporte authored Nov 21, 2024
2 parents f1ea6ce + 58d0297 commit 1d20bc3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -506,11 +506,9 @@
<source>${java.version}</source>
<detectJavaApiLink>false</detectJavaApiLink>
<doclint>none</doclint>
<!-- Add module options -->
<additionalJOption>--add-modules</additionalJOption>
<additionalJOption>ALL-MODULE-PATH</additionalJOption>
<!-- Optional: skip errors -->
<failOnError>false</failOnError>
<additionalOptions>-Xdoclint:none</additionalOptions>
</configuration>
</plugin>

Expand Down

0 comments on commit 1d20bc3

Please sign in to comment.