We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94db37 commit 3231ebbCopy full SHA for 3231ebb
pom.xml
@@ -402,9 +402,7 @@
402
</execution>
403
</executions>
404
<configuration>
405
- <additionalOptions>
406
- <additionalOption>-Xdoclint:none</additionalOption>
407
- </additionalOptions>
+ <source>8</source>
408
</configuration>
409
</plugin>
410
</plugins>
@@ -454,15 +452,6 @@
454
452
455
453
</build>
456
</profile>
457
- <profile>
458
- <id>disable-java8-doclint</id>
459
- <activation>
460
- <jdk>[1.8,)</jdk>
461
- </activation>
462
- <properties>
463
- <additionalparam>-Xdoclint:none</additionalparam>
464
- </properties>
465
- </profile>
466
</profiles>
467
468
</project>
0 commit comments