Skip to content

Commit b68775d

Browse files
committed
[#689] Show standard output stream during build
Some errors only appear in the standard output
1 parent f26c500 commit b68775d

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 = false
74+
showStandardStreams = true
7575
showStackTraces = true
7676
exceptionFormat = 'full'
7777
events 'PASSED', 'FAILED', 'SKIPPED'

0 commit comments

Comments
 (0)