| @@ -218,7 +218,7 @@ | |||||
| <selector id="needs.junit.engine.vintage"> | <selector id="needs.junit.engine.vintage"> | ||||
| <or> | <or> | ||||
| <!-- we need JUnit vintage engine only in tests where we test the junitlauncher task --> | <!-- we need JUnit vintage engine only in tests where we test the junitlauncher task --> | ||||
| <filename name="${optional.package}/junitlauncher/**/*"/> | |||||
| <filename name="${optional.package}/junitlauncher/**/JUnitLauncherTaskTest.java"/> | |||||
| <filename name="org/example/junitlauncher/vintage/**/*"/> | <filename name="org/example/junitlauncher/vintage/**/*"/> | ||||
| </or> | </or> | ||||
| </selector> | </selector> | ||||
| @@ -226,7 +226,7 @@ | |||||
| <selector id="needs.junit.engine.jupiter"> | <selector id="needs.junit.engine.jupiter"> | ||||
| <or> | <or> | ||||
| <!-- we need JUnit jupiter engine only in tests where we test the junitlauncher task --> | <!-- we need JUnit jupiter engine only in tests where we test the junitlauncher task --> | ||||
| <filename name="${optional.package}/junitlauncher/**/*"/> | |||||
| <filename name="${optional.package}/junitlauncher/**/JUnitLauncherTaskTest.java"/> | |||||
| <filename name="org/example/junitlauncher/jupiter/**/*"/> | <filename name="org/example/junitlauncher/jupiter/**/*"/> | ||||
| </or> | </or> | ||||
| </selector> | </selector> | ||||