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 {
|
report.reports {
|
||||||
xml.enabled true
|
xml.required.set(true)
|
||||||
html.enabled true
|
html.required.set(true)
|
||||||
csv.enabled false
|
csv.required.set(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
gradle.projectsEvaluated {
|
gradle.projectsEvaluated {
|
||||||
|
Reference in New Issue
Block a user