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:
parent
5c9b149bec
commit
bc43cc6874
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user