提交 4373cf7c 编写于 作者: P Pengcheng Huang 提交者: weixin_43283383

JDK8 and Maven compability (#210)

Disable doclint
上级 f1d59921
......@@ -155,4 +155,15 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>disable-java8-doclint</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<properties>
<additionalparam>-Xdoclint:none</additionalparam>
</properties>
</profile>
</profiles>
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册