mirror of https://github.com/apache/lucene.git
LUCENE-5886: allow precommit to be run with java8. still TODO: we need to be able to actually detect 1.9
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1617959 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
87a20ca797
commit
23fdcfd45f
|
@ -1798,7 +1798,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
|
|||
<!-- ECJ Javadoc linting: -->
|
||||
|
||||
<condition property="ecj-javadoc-lint.supported">
|
||||
<not><equals arg1="${build.java.runtime}" arg2="1.8"/></not>
|
||||
<not><equals arg1="${build.java.runtime}" arg2="1.9"/></not>
|
||||
</condition>
|
||||
|
||||
<condition property="ecj-javadoc-lint-tests.supported">
|
||||
|
|
Loading…
Reference in New Issue