This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 12cbc24f6 can't bootstrap without jupiter engine anymore
12cbc24f6 is described below

commit 12cbc24f63f495cafed7c3fdd1dcbb8b759f42b3
Author: Stefan Bodewig <bode...@apache.org>
AuthorDate: Sun Nov 26 18:04:49 2023 +0100

    can't bootstrap without jupiter engine anymore
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index b2309d000..0ecde7671 100644
--- a/build.xml
+++ b/build.xml
@@ -234,6 +234,7 @@
     <or>
       <!-- we need JUnit jupiter engine only in tests where we test the 
junitlauncher task -->
       <filename 
name="${optional.package}/junitlauncher/**/JUnitLauncherTaskTest.java"/>
+      <filename 
name="${optional.package}/junitlauncher/OutputDirLocationTest.java"/>
       <filename name="org/example/junitlauncher/jupiter/**/*"/>
     </or>
   </selector>

Reply via email to