mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
Fix JDK8 doclint range to work with JDK7 in Orchid
This commit is contained in:
parent
ddf305edd2
commit
58814f6cda
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
|||
<profile>
|
||||
<id>doclint-java8-disable</id>
|
||||
<activation>
|
||||
<jdk>[1.8,</jdk>
|
||||
<jdk>[1.8,)</jdk>
|
||||
</activation>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
Loading…
Add table
Reference in a new issue