api / org.gradle.api.plugins / ReportingBasePlugin

ReportingBasePlugin

open class ReportingBasePlugin : Plugin<ProjectInternal>

A Plugin which provides the basic skeleton for reporting.

This plugin adds the following extension objects to the project:

Constructors

<init>

ReportingBasePlugin()

A Plugin which provides the basic skeleton for reporting.

This plugin adds the following extension objects to the project:

  • org.gradle.api.reporting.ReportingExtension

Functions

apply

open fun apply(project: ProjectInternal): Unit