Upgraded to Gradle 7.0.1

This commit is contained in:
Erik C. Thauvin 2021-05-11 20:43:59 -07:00
parent 74aaaf26cd
commit 6f15433034
2 changed files with 5 additions and 1 deletions

View file

@ -91,6 +91,10 @@ clean {
}
test {
testLogging {
exceptionFormat "full"
}
useTestNG()
}