mirror of https://github.com/apache/lucene.git
LUCENE-8504: Update forbiddenapis to 2.6
This commit is contained in:
parent
6fac57d9ad
commit
4940b3666e
|
@ -161,7 +161,10 @@ Optimizations
|
|||
(Jim Ferenczi, Adrien Grand)
|
||||
|
||||
======================= Lucene 7.6.0 =======================
|
||||
(No Changes)
|
||||
|
||||
Build
|
||||
|
||||
* LUCENE-8504: Upgrade forbiddenapis to version 2.6. (Uwe Schindler)
|
||||
|
||||
======================= Lucene 7.5.0 =======================
|
||||
|
||||
|
|
|
@ -2404,7 +2404,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
|
|||
<property name="forbidden-sysout-excludes" value=""/>
|
||||
|
||||
<target name="-install-forbidden-apis" unless="forbidden-apis.loaded" depends="ivy-availability-check,ivy-configure">
|
||||
<ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="2.5"
|
||||
<ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="2.6"
|
||||
inline="true" conf="default" transitive="true" pathid="forbidden-apis.classpath"/>
|
||||
<taskdef name="forbidden-apis" classname="de.thetaphi.forbiddenapis.ant.AntTask" classpathref="forbidden-apis.classpath"/>
|
||||
<property name="forbidden-apis.loaded" value="true"/>
|
||||
|
|
Loading…
Reference in New Issue