This task generates a report for the task's containing project by default. But it can also generate a report for multiple projects, by setting the value of the projects property. Here's how to generate an HTML dependency report for all the projects of a multi-project build, for example:
htmlDependencyReport { projects = project.allprojects } The report is generated in the build/reports/project/dependencies directory by default. This can also be changed by setting the outputDirectory property.
| |