Update Gradle config to remove deprecated attrs.

Deactivate xml reporting (not used currently)
This commit is contained in:
tzugen 2021-10-13 19:06:42 +02:00
parent 5c9b149bec
commit bc43cc6874
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 3 additions and 3 deletions

View File

@ -32,9 +32,9 @@ ext {
jacocoTestReport {
reports {
html.enabled true
csv.enabled false
xml.enabled true
html.required = true
xml.required = false
csv.required = false
}
afterEvaluate {