mirror of https://github.com/apache/lucene.git
disable documentation-lint on 32-bit again
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1402262 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b8c727af8d
commit
8ea018af63
|
@ -276,6 +276,8 @@
|
|||
<equals arg1="${ant.java.version}" arg2="1.7"/>
|
||||
<equals arg1="${ant.java.version}" 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"/>
|
||||
</and>
|
||||
</condition>
|
||||
|
||||
|
|
Loading…
Reference in New Issue