mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-22 11:55:54 +01:00
Full errors in test fails
This commit is contained in:
parent
c4ab582d62
commit
f56d8c76e7
@ -99,6 +99,10 @@ subprojects {
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
|
||||
testLogging {
|
||||
exceptionFormat = 'full'
|
||||
}
|
||||
}
|
||||
|
||||
tasks.register('deleteJarsDir', Delete) {
|
||||
|
Loading…
Reference in New Issue
Block a user