Skip to content

Commit

Permalink
GH-748 - Loosen Javadoc generation to allow custom tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Aug 27, 2024
1 parent cd0b5cf commit 471065c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ limitations under the License.
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<doclint>accessibility,html,reference,syntax</doclint>
<doclint>accessibility,html,reference</doclint>
<show>package</show>
<quiet>true</quiet>
<links>
Expand Down

0 comments on commit 471065c

Please sign in to comment.