Class SoftwareReportingTasksPlugin

java.lang.Object
org.gradle.api.plugins.SoftwareReportingTasksPlugin
All Implemented Interfaces:
Plugin<Project>

@Incubating @Nonnull public abstract class SoftwareReportingTasksPlugin extends Object implements Plugin<Project>
Adds various reporting tasks that provide information about a software project, such as information about configurations and dependency reporting tasks that make use of dependency management.
Since:
8.13
  • Constructor Details

    • SoftwareReportingTasksPlugin

      public SoftwareReportingTasksPlugin()
  • Method Details

    • apply

      public void apply(Project project)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      project - The target object