Upgraded to Gradle 7.1.

This commit is contained in:
Erik C. Thauvin 2021-06-20 01:32:27 -07:00
parent 2ef72938f2
commit b99169c501
11 changed files with 40 additions and 38 deletions

View file

@ -99,8 +99,8 @@ tasks {
jacocoTestReport {
dependsOn(test)
reports {
xml.isEnabled = true
html.isEnabled = true
xml.required.set(true)
html.required.set(true)
}
}