Marco Righini
02/23/2022, 1:20 PMtasks {
named<Test>("jvmTest") {
useJUnit {
includeCategories("category_package_and_category_name")
}
}
}
but the filter is not taken into account and all the jvm tests are run.rnett
02/24/2022, 12:14 AMjvmTest
is of type Test
? I would think it is, but who knows