8 lines
263 B
Groovy
8 lines
263 B
Groovy
junitJacoco {
|
|
jacocoVersion = '0.8.2' // type String
|
|
ignoreProjects = [] // type String array
|
|
excludes // type String List
|
|
includeNoLocationClasses = false // type boolean
|
|
includeInstrumentationCoverageInMergedReport = false // type boolean
|
|
}
|