提交 ea3fbc82 编写于 作者: I Ian Luo 提交者: ken.lj

Merge pull request #3647, workaround to fix #3646.

上级 bf3b423d
...@@ -196,6 +196,15 @@ ...@@ -196,6 +196,15 @@
</dependencies> </dependencies>
<profiles> <profiles>
<profile>
<id>javadoc-lint</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<properties>
<doclint>none</doclint>
</properties>
</profile>
<profile> <profile>
<id>checkstyle</id> <id>checkstyle</id>
<activation> <activation>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册