Changed a small setting so test results are actually displayed

This commit is contained in:
2025-12-03 17:39:42 +01:00
parent 9641825200
commit a5378868ea

View File

@@ -36,6 +36,11 @@ sourceSets {
test {
useJUnitPlatform()
testLogging {
events "passed", "skipped", "failed"
exceptionFormat "full"
showStandardStreams = true
}
finalizedBy jacocoTestReport
}
jacocoTestReport {