We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a5f93 commit b8311aeCopy full SHA for b8311ae
1 file changed
java-client/build.gradle.kts
@@ -78,6 +78,7 @@ tasks.getByName<ProcessResources>("processResources") {
78
79
tasks.withType<Test> {
80
useJUnitPlatform()
81
+ testLogging { exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL }
82
}
83
84
tasks.withType<Jar> {
0 commit comments