Skip to content

Commit 305bfe7

Browse files
committed
- Don't use DocLint for Java8
1 parent 1fd9ce4 commit 305bfe7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,15 @@
345345
</distributionManagement>
346346

347347
<profiles>
348+
<profile>
349+
<id>disable-java8-doclint</id>
350+
<activation>
351+
<jdk>[1.8,)</jdk>
352+
</activation>
353+
<properties>
354+
<additionalparam>-Xdoclint:none</additionalparam>
355+
</properties>
356+
</profile>
348357
<profile>
349358
<id>release</id>
350359
<build>

0 commit comments

Comments
 (0)