1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

Not sure that this is equivalent (will check on CI) but fix issue Could not find method enabled() for arguments [true] on Report xml of type org.gradle.api.reporting.internal.TaskGeneratedSingleFileReport.

Also not able to find documentation about this change anywhere...
This commit is contained in:
Benoit Marty
2023-05-09 17:34:11 +02:00
parent 1d8df4a23d
commit 6a85cb8e92

View File

@@ -33,9 +33,9 @@ def initializeReport(report, projects, classExcludes) {
)
}
report.reports {
xml.enabled true
html.enabled true
csv.enabled false
xml.required.set(true)
html.required.set(true)
csv.required.set(true)
}
gradle.projectsEvaluated {