Skip to content

Commit 1e3b181

Browse files
committed
suppress test suite output in Gradle build
this was very annoying and made it hard to find real errors
1 parent 31a4cbe commit 1e3b181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-reactive-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ tasks.withType(Test) {
7171
defaultCharacterEncoding = "UTF-8"
7272
testLogging {
7373
displayGranularity 1
74-
showStandardStreams = true
74+
showStandardStreams = false
7575
showStackTraces = true
7676
exceptionFormat = 'full'
7777
events 'PASSED', 'FAILED', 'SKIPPED'

0 commit comments

Comments
 (0)