ephemient
07/13/2024, 6:07 AMkotlin {
targets.withType<KotlinTargetWithTests<*, KotlinTargetTestRun<*>>>().configureEach {
testRuns.withType<KotlinTaskTestRun<*, *>>().configureEach {
executionTask.configure {
testLogging.setExceptionFormat("FULL")
}
}
}
}
which uses a type that isn't in kotlin-gradle-plugin-api (KotlinTaskTestRun is in kotlin-gradle-plugin)Vampire
07/13/2024, 8:12 AMtasks.withType? :-/ephemient
07/13/2024, 11:34 AMtapchicoma
07/15/2024, 7:44 AM