提交 11df93ad 编写于 作者: L丶Hal's avatar L丶Hal 提交者: Gitee

update pom.xml.

上级 e3f5f49e
...@@ -260,5 +260,15 @@ ...@@ -260,5 +260,15 @@
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
</profile> </profile>
<!-- 禁用 Javadoc 注释检查 -->
<profile>
<id>disable-javadoc-doclint</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<properties>
<javadoc.opts>-Xdoclint:none</javadoc.opts>
</properties>
</profile>
</profiles> </profiles>
</project> </project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册