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:
Uwe Schindler 2013-12-11 11:39:27 +00:00
parent 05634cff5d
commit 09d6a3c73c
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@
</or>
<or>
<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>
<!-- TODO: Fix this! For now only run this on 64bit, because jTIDY OOMs with default heap size: -->
<contains string="${os.arch}" substring="64"/>