Skip to content

Commit 3231ebb

Browse files
committed
Remove doclint profile in pom.xml
1 parent a94db37 commit 3231ebb

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,7 @@
402402
</execution>
403403
</executions>
404404
<configuration>
405-
<additionalOptions>
406-
<additionalOption>-Xdoclint:none</additionalOption>
407-
</additionalOptions>
405+
<source>8</source>
408406
</configuration>
409407
</plugin>
410408
</plugins>
@@ -454,15 +452,6 @@
454452
</plugins>
455453
</build>
456454
</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>
466455
</profiles>
467456

468457
</project>

0 commit comments

Comments
 (0)