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

Commit 06f96c2

Browse files
authored
Merge pull request #662 from BlasiusSecundus/feature/fix-gradle-deprecations
chore: update deprecated properties in jacoco test reports
2 parents 4d372b1 + 01a23fe commit 06f96c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ subprojects {
9595

9696
jacocoTestReport {
9797
reports {
98-
xml.enabled = true
99-
html.enabled = false
100-
csv.enabled = false
98+
xml.required = true
99+
html.required = false
100+
csv.required = false
101101
}
102102
}
103103

0 commit comments

Comments
 (0)