2021-12-15 01:34:28 +01:00
|
|
|
jacoco { toolVersion = "0.8.7" }
|
2020-09-09 20:47:02 +02:00
|
|
|
|
|
|
|
jacocoTestReport {
|
|
|
|
reports {
|
2021-12-15 01:34:28 +01:00
|
|
|
xml.required = true
|
|
|
|
html.required = true
|
2020-09-09 20:47:02 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
tasks.check.dependsOn 'jacocoTestReport'
|