mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-14 00:17:15 +03: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 {
|
jacocoTestReport {
|
||||||
reports {
|
reports {
|
||||||
html.enabled true
|
html.required = true
|
||||||
csv.enabled false
|
xml.required = false
|
||||||
xml.enabled true
|
csv.required = false
|
||||||
}
|
}
|
||||||
|
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user