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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user