Skip to content

Commit 5887a80

Browse files
committed
turn off doclint in the java 8 compiler
1 parent 373c034 commit 5887a80

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,5 +526,14 @@ BridJ is opensource software. Please refer to LICENSE.BridJ.txt to know under wh
526526
</plugins>
527527
</build>
528528
</profile>
529+
<profile>
530+
<id>disable-java8-doclint</id>
531+
<activation>
532+
<jdk>[1.8,)</jdk>
533+
</activation>
534+
<properties>
535+
<additionalparam>-Xdoclint:none</additionalparam>
536+
</properties>
537+
</profile>
529538
</profiles>
530539
</project>

0 commit comments

Comments
 (0)