Class DependencyReportTask

All Implemented Interfaces:
Comparable<Task>, org.gradle.api.internal.DynamicObjectAware, org.gradle.api.internal.IConventionAware, org.gradle.api.internal.TaskInternal, Named, ExtensionAware, Task, Configurable<Task>

@DisableCachingByDefault(because="Not worth caching") public abstract class DependencyReportTask extends AbstractDependencyReportTask
Displays the dependency tree for a project. An instance of this type is used when you execute the dependencies task from the command-line.
  • Constructor Details

    • DependencyReportTask

      public DependencyReportTask()