8 lines
146 B
Groovy
8 lines
146 B
Groovy
|
jacoco {
|
||
|
toolVersion = "0.8.7"
|
||
|
}
|
||
|
|
||
|
tasks.withType(Test) {
|
||
|
jacoco.includeNoLocationClasses = true
|
||
|
jacoco.excludes = ['jdk.internal.*']
|
||
|
}
|