Skip to content

Commit

Permalink
Merge pull request #3647, workaround to fix #3646.
Browse files Browse the repository at this point in the history
  • Loading branch information
beiwei30 authored and chickenlj committed Mar 14, 2019
1 parent bf3b423 commit ea3fbc8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,15 @@
</dependencies>

<profiles>
<profile>
<id>javadoc-lint</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<properties>
<doclint>none</doclint>
</properties>
</profile>
<profile>
<id>checkstyle</id>
<activation>
Expand Down

0 comments on commit ea3fbc8

Please sign in to comment.