Skip to content

Commit

Permalink
build: revert to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 2, 2022
1 parent ecb64c9 commit effaba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/jacoco-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ configurations.create("jacocoReports") {
attributes {
attribute(Usage.USAGE_ATTRIBUTE, project.objects.named(Usage::class, "jacocoReports"))
}
outgoing.artifact(jacocoTestReport.reports.xml.outputLocation) {
outgoing.artifact(jacocoTestReport.reports.xml.destination) {
builtBy(jacocoTestReport)
}
}

0 comments on commit effaba4

Please sign in to comment.