Matt Nelson
09/27/2023, 11:50 AMio.toxicity.sqlite.mc.driver.test.GeneralNativeTest.givenDriver_whenClose_thenCredentialsCleared[linuxX64] FAILED
kotlin.IllegalStateException at null:-1
Matt Nelson
09/27/2023, 11:51 AMtasks.withType<Test> {
testLogging {
exceptionFormat = TestExceptionFormat.FULL
events(STARTED, PASSED, SKIPPED, FAILED)
showStandardStreams = true
}
}
kevin.cianfarini
09/27/2023, 11:52 AMtasks.withType<AbstractTestTask> {
testLogging {
exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
showStandardStreams = true
showStackTraces = true
}
}
kevin.cianfarini
09/27/2023, 11:52 AMkevin.cianfarini
09/27/2023, 11:53 AM