We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373c034 commit 5887a80Copy full SHA for 5887a80
1 file changed
pom.xml
@@ -526,5 +526,14 @@ BridJ is opensource software. Please refer to LICENSE.BridJ.txt to know under wh
526
</plugins>
527
</build>
528
</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>
538
</profiles>
539
</project>
0 commit comments