Skip to content

Commit 02fa3af

Browse files
add the profile to avoid java8 strict javadoc
1 parent a48693e commit 02fa3af

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
@@ -177,6 +177,15 @@
177177
</plugins>
178178
</build>
179179
</profile>
180+
<profile>
181+
<id>java8-disable-strict-javadoc</id>
182+
<activation>
183+
<jdk>[1.8,)</jdk>
184+
</activation>
185+
<properties>
186+
<javadoc.doclint.none>-Xdoclint:none</javadoc.doclint.none>
187+
</properties>
188+
</profile>
180189
</profiles>
181190
<artifactId>java-wrapper</artifactId>
182191
<issueManagement>

0 commit comments

Comments
 (0)