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