Class DependentPlugin
-
- All Implemented Interfaces:
-
org.gradle.api.Plugin
public abstract class DependentPlugin implements Plugin<Project>Base class for a Gradle plugin that requires another plugin applied to the given project in order to be applied.
-
-
Constructor Summary
Constructors Constructor Description DependentPlugin(String pluginDescription, String prerequisitePluginId)
-
Method Summary
Modifier and Type Method Description Unitapply(Project target)abstract UnitconfigureProject(Project target)
-