1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-13 09:24:25 +02:00

gradle, display stack trace on failed test

This commit is contained in:
soloturn
2021-10-03 19:20:22 +02:00
parent d8cd6291a5
commit b28c4bf86a

View File

@@ -73,6 +73,9 @@ tasks.withType<JavaCompile> {
}
tasks.test {
testLogging {
showStackTraces = true
}
useJUnitPlatform {
// gradle-6.5.1 not yet allows passing this as parameter, so exclude it
excludeTags("flaky","slow")