Class BasePlugin

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

public abstract class BasePlugin extends Object implements Plugin<Project>

A Plugin which defines a basic project lifecycle and some common convention properties.

See Also:
  • Field Details

  • Constructor Details

    • BasePlugin

      public BasePlugin()
  • 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