Skip to content

Commit

Permalink
Remove jacoco append property (#5436)
Browse files Browse the repository at this point in the history
Remove jacoco append property
  • Loading branch information
koppor committed Oct 13, 2019
2 parents bf8dd8e + 12e6a34 commit b3cda90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -472,10 +472,6 @@ processTestResources.dependsOn copyTestResources

tasks.withType(Test) {
reports.html.destination = file("${reporting.baseDir}/${name}")

jacoco {
append = true
}
}

task jacocoMerge(type: JacocoMerge) {
Expand Down

0 comments on commit b3cda90

Please sign in to comment.