Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

chore: update deprecated properties in jacoco test reports #662

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ subprojects {

jacocoTestReport {
reports {
xml.enabled = true
html.enabled = false
csv.enabled = false
xml.required = true
html.required = false
csv.required = false
}
}

Expand Down