mirror of https://github.com/apache/lucene.git
Better condition, thanks Dawid!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1376983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c27bf9018e
commit
db48cd84ec
|
@ -275,7 +275,7 @@
|
|||
<!-- we need this extra condition, as we want to match only on "true", not solely if property is set: -->
|
||||
<property name="disable.javadocs-lint" value="false" />
|
||||
<condition property="-disable.javadocs-lint">
|
||||
<equals arg1="${disable.javadocs-lint}" arg2="true"/>
|
||||
<istrue value="${disable.javadocs-lint}"/>
|
||||
</condition>
|
||||
<target name="-jenkins-javadocs-lint" unless="-disable.javadocs-lint">
|
||||
<antcall target="javadocs-lint"/>
|
||||
|
|
Loading…
Reference in New Issue