diff --git a/build.gradle.kts b/build.gradle.kts index 326eac4..f74941e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,6 +43,15 @@ dependencies { tasks.test { useJUnitPlatform() + testLogging { + events ("passed", "skipped", "failed") //, "standardOut", "standardError" + + showExceptions = true + //exceptionFormat = "full" + showCauses = true + showStackTraces = true + showStandardStreams = false + } } tasks.withType() { diff --git a/gradlew b/gradlew old mode 100644 new mode 100755