mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-31 04:18:31 +00:00
make buildtests depend on build, so it works after a clean.
This commit is contained in:
parent
20025da7c7
commit
088563c363
@ -338,7 +338,7 @@
|
||||
<!--
|
||||
Compile test cases
|
||||
-->
|
||||
<target name="buildtests" depends="" description="Compile test source tree Java files into class files">
|
||||
<target name="buildtests" depends="build" description="Compile test source tree Java files into class files">
|
||||
|
||||
<mkdir dir="${target.testclasses.dir}"/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user