QQ: I'm seeing an error like so: ```Caused by: jav...
# community-support
k
QQ: I'm seeing an error like so:
Copy code
Caused 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
)?