mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-02 13:23:21 +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'
|