Skip to content

Commit ea3fbc8

Browse files
beiwei30chickenlj
authored andcommitted
Merge pull request #3647, workaround to fix #3646.
1 parent bf3b423 commit ea3fbc8

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
@@ -196,6 +196,15 @@
196196
</dependencies>
197197

198198
<profiles>
199+
<profile>
200+
<id>javadoc-lint</id>
201+
<activation>
202+
<jdk>[1.8,)</jdk>
203+
</activation>
204+
<properties>
205+
<doclint>none</doclint>
206+
</properties>
207+
</profile>
199208
<profile>
200209
<id>checkstyle</id>
201210
<activation>

0 commit comments

Comments
 (0)