getting ready for gradle 10?!
This commit is contained in:
parent
2f12414eed
commit
e3a5f86cc9
|
@ -30,6 +30,6 @@ shadowJar {
|
||||||
test {
|
test {
|
||||||
testLogging {
|
testLogging {
|
||||||
events "failed"
|
events "failed"
|
||||||
exceptionFormat "full"
|
exceptionFormat = "full"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue