Skip to content

Commit

Permalink
US2012874: remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ochalet-wp committed Aug 19, 2024
1 parent 6dc6599 commit ef41f80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions access-checkout/gradle/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ tasks.register('jacocoTestReport', JacocoReport) {
executionData.setFrom(execData)
classDirectories.setFrom(classDirs)
sourceDirectories.setFrom(sourceDirs)

// reports {
// html.enabled true
// }
}

tasks.register('jacocoTestCoverageVerification', JacocoCoverageVerification) {
Expand Down

0 comments on commit ef41f80

Please sign in to comment.