mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-14 14:45:31 +01:00
Enable full exception format for gradle test.
This commit is contained in:
parent
686c4a4b16
commit
d7f907b40c
@ -262,4 +262,8 @@ jar.enabled = false
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
|
||||
testLogging {
|
||||
exceptionFormat = 'full'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user