Table of Contents
API Documentation: | DependentComponentsReport |
---|
Note: This class is deprecated and will be removed in the next major version of Gradle.
Displays dependent components.
Property | Description |
components | The components to generate the report for. Defaults to all components of this project. |
showAll | Should this include both non-buildable and test suites in the report? |
showNonBuildable | Should this include non-buildable components in the report? |
showTestSuites | Should this include test suites in the report? |
The components to generate the report for. Defaults to all components of this project.