Skip to content

Commit

Permalink
adding jacoco task dep
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoSignoretto committed May 24, 2023
1 parent 89355bb commit f0f1769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ subprojects {
def mainSubProject = "mockingbird"

task jacocoTestReport(type: JacocoReport,
dependsOn: []) {
dependsOn: [":mockingbird:compileKotlinJvm"]) {
reports {
xml.required.set(true)
html.required.set(true)
Expand Down

0 comments on commit f0f1769

Please sign in to comment.