Upgraded to Gradle 7.0.1
This commit is contained in:
parent
74aaaf26cd
commit
6f15433034
2 changed files with 5 additions and 1 deletions
|
@ -91,6 +91,10 @@ clean {
|
|||
}
|
||||
|
||||
test {
|
||||
testLogging {
|
||||
exceptionFormat "full"
|
||||
}
|
||||
|
||||
useTestNG()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue