mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-11-30 13:03:23 +01:00
10 lines
167 B
Groovy
10 lines
167 B
Groovy
jacoco { toolVersion = "0.8.2" }
|
|
|
|
jacocoTestReport {
|
|
reports {
|
|
xml.enabled true
|
|
html.enabled true
|
|
}
|
|
}
|
|
|
|
tasks.check.dependsOn 'jacocoTestReport' |