Update build.gradle.kts
This commit is contained in:
parent
3cc3ec1f7d
commit
687b971958
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ plugins {
|
||||||
id("jacoco")
|
id("jacoco")
|
||||||
}
|
}
|
||||||
|
|
||||||
jacocoTestReport {
|
tasks.jacocoTestReport {
|
||||||
reports {
|
reports {
|
||||||
xml.enabled(true)
|
xml.required = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue