Mike
07/03/2019, 5:51 PMallprojects
configuration. When it runs, it succeeds on all projects BUT then Detekt fails with this error:
Execution failed for task ':detekt'.
/dev/cbttds/cbttdsshrd-service-base/cbttdsshrd-test/build/reports/detekt/main.xml does not existand using --stacktrace shows the following Caused by: java.lang.IllegalStateException: /dev/cbttds/cbttdsshrd-service-base/cbttdsshrd-test/build/reports/detekt/main.xml does not exist at io.gitlab.arturbosch.detekt.output.XmlReportConsolidationKt.readContent(XmlReportConsolidation.kt:44) at io.gitlab.arturbosch.detekt.output.XmlReportConsolidationKt.mergeXmlReports(XmlReportConsolidation.kt:20) Is this an issue specific to multi-module? It seems like Detekt is attempting to consolidate reports or something similar, but I'm not seeing anything in change log about this. Or is this a Gradle task taking place? Any hints or assistance greatly appreciated.
schalkms
07/03/2019, 8:55 PMMike
07/03/2019, 9:36 PMArtur Bosch
07/06/2019, 2:27 PMmruno
07/12/2019, 7:10 PM