mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-16 02:44:10 +02:00
gradle, display stack trace on failed test
This commit is contained in:
@@ -73,6 +73,9 @@ tasks.withType<JavaCompile> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tasks.test {
|
tasks.test {
|
||||||
|
testLogging {
|
||||||
|
showStackTraces = true
|
||||||
|
}
|
||||||
useJUnitPlatform {
|
useJUnitPlatform {
|
||||||
// gradle-6.5.1 not yet allows passing this as parameter, so exclude it
|
// gradle-6.5.1 not yet allows passing this as parameter, so exclude it
|
||||||
excludeTags("flaky","slow")
|
excludeTags("flaky","slow")
|
||||||
|
Reference in New Issue
Block a user