This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-antlibs-common.git
commit 0466bce438a650d9346a90a6ed8487442bec9707 Author: Stefan Bodewig <[email protected]> AuthorDate: Sun May 17 12:08:54 2026 +0200 resolve before checking for JUnit --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 5a17755..eac4b7f 100644 --- a/build.xml +++ b/build.xml @@ -111,7 +111,7 @@ </condition> </target> - <target name="setup-for-junit-tests" depends="setup,determine-test-types" + <target name="setup-for-junit-tests" depends="setup,determine-test-types,resolve" unless="skip-junit"> <available classname="junit.framework.TestCase" property="junit-present?"
