Skip to content

Commit ccfd1af

Browse files
author
Javen
committed
Disable JDK 1.8 for doclint check.
1 parent d521e5f commit ccfd1af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
<github.global.server>github</github.global.server>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<jdkVersion>1.6</jdkVersion>
24-
<jdkVersion.test>1.8</jdkVersion.test>
24+
<jdkVersion.test>1.6</jdkVersion.test>
25+
<additionalparam>-Xdoclint:none</additionalparam>
2526
</properties>
2627

2728
<parent>

0 commit comments

Comments
 (0)