mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
add compile dependency to forbidden-apis-check so that forbidden-apis-check will recompile sources that have been modified
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738500 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
68a183842c
commit
100e079cc8
@ -1811,7 +1811,7 @@ under the License.
|
||||
<!-- spot any cases where we've accidently used methods we shouldn't -->
|
||||
<!-- See https://github.com/policeman-tools/forbidden-apis for details -->
|
||||
<!-- of the checks that this can do -->
|
||||
<target name="forbidden-apis-check" depends="init">
|
||||
<target name="forbidden-apis-check" depends="init, compile">
|
||||
<taskdef name="forbiddenapis"
|
||||
classname="de.thetaphi.forbiddenapis.ant.AntTask"
|
||||
classpath="${forbidden.jar}"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user