Skip to content

Commit

Permalink
fix: remove deprecated call.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfaller committed Oct 15, 2024
1 parent 9a9caf9 commit 58bdc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ configure(jacocoProjects) {
}

task testReport(type: TestReport) {
destinationDir = file("$buildDir/reports/tests")
destinationDirectory.set(file("$layout.buildDirectory/reports/tests"))
reportOn subprojects*.test
}

Expand Down

0 comments on commit 58bdc77

Please sign in to comment.