mirror of https://github.com/apache/lucene.git
For now don't run javadocs-lint on Java 8, because https://bugs.openjdk.java.net/browse/JDK-8027977 is still not fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1547364 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8dcabf0365
commit
8c04dea24c
|
@ -336,7 +336,7 @@
|
|||
</or>
|
||||
<or>
|
||||
<equals arg1="${build.java.runtime}" arg2="1.7"/>
|
||||
<equals arg1="${build.java.runtime}" arg2="1.8"/>
|
||||
<!--TODO: reenable once https://bugs.openjdk.java.net/browse/JDK-8027977 is fixed: <equals arg1="${build.java.runtime}" arg2="1.8"/>-->
|
||||
</or>
|
||||
<!-- TODO: Fix this! For now only run this on 64bit, because jTIDY OOMs with default heap size: -->
|
||||
<contains string="${os.arch}" substring="64"/>
|
||||
|
|
Loading…
Reference in New Issue