1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-01-27 07:46:09 +01:00

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

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 {