mirror of https://github.com/apache/lucene.git
Update to bugfix release of forbidden-apis to work around annotations bug (may affect lucene in the future)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588378 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
050342b8a4
commit
c18bfad4c3
|
@ -2217,7 +2217,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
|
||||||
<property name="forbidden-rue-excludes" value=""/>
|
<property name="forbidden-rue-excludes" value=""/>
|
||||||
|
|
||||||
<target name="-install-forbidden-apis" unless="forbidden-apis.loaded" depends="ivy-availability-check,ivy-configure">
|
<target name="-install-forbidden-apis" unless="forbidden-apis.loaded" depends="ivy-availability-check,ivy-configure">
|
||||||
<ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="1.5"
|
<ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="1.5.1"
|
||||||
inline="true" conf="default" transitive="true" pathid="forbidden-apis.classpath"/>
|
inline="true" conf="default" transitive="true" pathid="forbidden-apis.classpath"/>
|
||||||
<taskdef name="forbidden-apis" classname="de.thetaphi.forbiddenapis.AntTask" classpathref="forbidden-apis.classpath"/>
|
<taskdef name="forbidden-apis" classname="de.thetaphi.forbiddenapis.AntTask" classpathref="forbidden-apis.classpath"/>
|
||||||
<property name="forbidden-apis.loaded" value="true"/>
|
<property name="forbidden-apis.loaded" value="true"/>
|
||||||
|
|
Loading…
Reference in New Issue