Kelvin Chung
03/29/2024, 10:50 PMCaused by: java.lang.IllegalStateException: Property 'outputLocation' is declared as an output property of Report xml (type TaskGeneratedSingleFileReport) but does not have a task associated with it.
Is it because the task (in this case, a Checkstyles
task) isn't being configured to generate the report (required.get() == false
)?