diff --git a/build.gradle.kts b/build.gradle.kts index 61586486b..4643eff9f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -58,6 +58,7 @@ allprojects { exceptionFormat = TestExceptionFormat.FULL showExceptions = true showCauses = true + showStandardStreams = true } failFast = true } diff --git a/gradle.properties b/gradle.properties index cb851e3c7..36d69b1e9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,4 +21,4 @@ jettyVersion=11.0.15 jakartaJsonVersion=2.0.1 org.gradle.jvmargs=-Xmx1024m -org.gradle.parallel=true +org.gradle.parallel=false