Skip to content

Commit

Permalink
Fix maven-javadoc-plugin for Java 21+
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Feb 6, 2025
1 parent 8258686 commit fdde74b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalJOption>--no-module-directories</additionalJOption>
<doclint>none</doclint>
</configuration>
</plugin>
Expand Down

0 comments on commit fdde74b

Please sign in to comment.