Upgraded to Gradle 7.1.
This commit is contained in:
parent
2ef72938f2
commit
b99169c501
11 changed files with 40 additions and 38 deletions
|
@ -99,8 +99,8 @@ tasks {
|
|||
jacocoTestReport {
|
||||
dependsOn(test)
|
||||
reports {
|
||||
xml.isEnabled = true
|
||||
html.isEnabled = true
|
||||
xml.required.set(true)
|
||||
html.required.set(true)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue