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:
Uwe Schindler 2013-12-03 12:17:58 +00:00
parent 8dcabf0365
commit 8c04dea24c
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"/>
<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"/>