We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d521e5f commit ccfd1afCopy full SHA for ccfd1af
1 file changed
pom.xml
@@ -21,7 +21,8 @@
21
<github.global.server>github</github.global.server>
22
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23
<jdkVersion>1.6</jdkVersion>
24
- <jdkVersion.test>1.8</jdkVersion.test>
+ <jdkVersion.test>1.6</jdkVersion.test>
25
+ <additionalparam>-Xdoclint:none</additionalparam>
26
</properties>
27
28
<parent>
0 commit comments