File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,14 @@ test {
18
18
jacocoTestReport {
19
19
dependsOn test
20
20
reports {
21
- xml. required = false
21
+ xml. required = true
22
22
csv. required = false
23
23
html. outputLocation = layout. buildDirectory. dir(' jacocoHtml' )
24
24
}
25
+ subprojects. each {
26
+ sourceSets it. sourceSets. main
27
+ }
28
+ executionData fileTree(project. rootDir. absolutePath). include(" **/build/jacoco/*.exec" )
25
29
}
26
30
27
31
optimizedJar {
Original file line number Diff line number Diff line change 18
18
jacocoTestReport {
19
19
dependsOn test
20
20
reports {
21
- xml. required = false
21
+ xml. required = true
22
22
csv. required = false
23
23
html. outputLocation = layout. buildDirectory. dir(' jacocoHtml' )
24
24
}
Original file line number Diff line number Diff line change 21
21
jacocoTestReport {
22
22
dependsOn test
23
23
reports {
24
- xml. required = false
24
+ xml. required = true
25
25
csv. required = false
26
26
html. outputLocation = layout. buildDirectory. dir(' jacocoHtml' )
27
27
}
Original file line number Diff line number Diff line change 21
21
jacocoTestReport {
22
22
dependsOn test
23
23
reports {
24
- xml. required = false
24
+ xml. required = true
25
25
csv. required = false
26
26
html. outputLocation = layout. buildDirectory. dir(' jacocoHtml' )
27
27
}
You can’t perform that action at this time.
0 commit comments