Skip to content

Commit

Permalink
Turn off Jacoco HTML generation in favor of the workflow Jacoco gener…
Browse files Browse the repository at this point in the history
…ation action
  • Loading branch information
lijamie98 committed Nov 10, 2023
1 parent d6b82ee commit e9147ad
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 @@ -70,7 +70,7 @@ subprojects {
reports {
xml.required.set(true)
csv.required.set(false)
html.required.set(true)
html.required.set(false)
}
}
}
Expand Down

0 comments on commit e9147ad

Please sign in to comment.