mirror of https://github.com/apache/lucene.git
LUCENE-7694: Update forbiddenapis to version 2.3
This commit is contained in:
parent
0240a8b4fa
commit
88d2658e41
|
@ -176,6 +176,8 @@ Build
|
|||
Jars are not downloaded; compilation is not updated; and Clover is not enabled.
|
||||
(Steve Rowe)
|
||||
|
||||
* LUCENE-7694: Update forbiddenapis to version 2.3. (Uwe Schindler)
|
||||
|
||||
Other
|
||||
|
||||
* LUCENE-7666: Fix typos in lucene-join package info javadoc.
|
||||
|
|
|
@ -2348,7 +2348,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.2"
|
||||
<ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="2.3"
|
||||
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