mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-03 13:30:34 +07:00
Adjusted :core logging events and exception format
This commit is contained in:
parent
3b9f076cdf
commit
995244a940
@ -113,7 +113,8 @@ dependencies {
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
testLogging {
|
||||
events "passed", "skipped", "failed"
|
||||
events "failed"//, "passed", "skipped"
|
||||
exceptionFormat "full"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user