getting ready for gradle 10?!

This commit is contained in:
rusefillc 2025-02-04 19:20:19 -05:00
parent 2f12414eed
commit e3a5f86cc9
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ shadowJar {
test {
testLogging {
events "failed"
exceptionFormat "full"
exceptionFormat = "full"
}
}