Update build.gradle.kts
This commit is contained in:
parent
3cc3ec1f7d
commit
687b971958
@ -7,9 +7,9 @@ plugins {
|
|||||||
id("jacoco")
|
id("jacoco")
|
||||||
}
|
}
|
||||||
|
|
||||||
jacocoTestReport {
|
tasks.jacocoTestReport {
|
||||||
reports {
|
reports {
|
||||||
xml.enabled(true)
|
xml.required = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user