Slackbot
09/03/2023, 4:43 PMVampire
09/03/2023, 11:02 PMi guess i need to do something other than import itNo, just
import org.gradle.api.tasks.testing.logging.TestLogEvent
should be fine. Seems that class is not part of the default imports.
Btw., you should use tasks.withType<...>().configureEach { ... }
instead, to not disturbe task configuration avoidance.