Skip to content

Commit

Permalink
update pom.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
xhal authored and gitee-org committed Mar 3, 2021
1 parent e3f5f49 commit 11df93a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,5 +260,15 @@
</snapshotRepository>
</distributionManagement>
</profile>
<!-- 禁用 Javadoc 注释检查 -->
<profile>
<id>disable-javadoc-doclint</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<properties>
<javadoc.opts>-Xdoclint:none</javadoc.opts>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 11df93a

Please sign in to comment.