Skip to content

Commit

Permalink
Fix jacoco output file location
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 19, 2023
1 parent 35e8d05 commit 714516a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ tasks {
enabled = !experimentalBuild
reports {
xml.required.set(true)
xml.outputLocation.set(file("${layout.buildDirectory}/reports/jacoco/report.xml"))
xml.outputLocation.set(layout.buildDirectory.file("reports/jacoco/report.xml"))
}
}

Expand Down

0 comments on commit 714516a

Please sign in to comment.