Skip to content

Commit a6949f8

Browse files
committed
chore(deps): fix gradle compatibility issue
1 parent 0207200 commit a6949f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ subprojects {
3737

3838
jacocoTestReport {
3939
reports {
40-
xml.enabled = true
40+
xml.required = true
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)