Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix: fixed javadoc plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
g4s8 committed Nov 18, 2021
1 parent f5760e2 commit 354cd9c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ SOFTWARE.
ignore javadoc lint, since `checkstyle` and `todo`
are not valid javadoc statements
-->
<additionalparam>-Xdoclint:none</additionalparam>
<doclint>none</doclint>
</configuration>
</plugin>
</plugins>
Expand Down Expand Up @@ -370,9 +370,6 @@ SOFTWARE.
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>${javadoc.opts}</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 354cd9c

Please sign in to comment.