Skip to content

Commit 02f787c

Browse files
committed
Better test failures reporting
1 parent 535254e commit 02f787c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@ subprojects {
131131

132132
scalaCompileOptions.additionalParameters = plugins
133133
}
134+
135+
test {
136+
testLogging {
137+
events 'failed'
138+
exceptionFormat 'full'
139+
}
140+
}
134141
}
135142

136143

0 commit comments

Comments
 (0)