Skip to content

Commit b8311ae

Browse files
committed
add test log output
1 parent 80a5f93 commit b8311ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

java-client/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ tasks.getByName<ProcessResources>("processResources") {
7878

7979
tasks.withType<Test> {
8080
useJUnitPlatform()
81+
testLogging { exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL }
8182
}
8283

8384
tasks.withType<Jar> {

0 commit comments

Comments
 (0)