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:
@@ -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")
|
||||
|
Reference in New Issue
Block a user