Plugin<org.gradle.api.internal.project.ProjectInternal>
public class ReportingBasePlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
A Plugin
which provides the basic skeleton for reporting.
This plugin adds the following extension objects to the project:
Constructor | Description |
---|---|
ReportingBasePlugin() |
Modifier and Type | Method | Description |
---|---|---|
void |
apply(org.gradle.api.internal.project.ProjectInternal project) |
Apply this plugin to the given target object.
|