Package boozilla.houston.gradle
Class HoustonPlugin
java.lang.Object
boozilla.houston.gradle.HoustonPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
The HoustonPlugin class represents a plugin that can be applied to a Gradle project.
It adds the Houston plugin functionality to the specified project.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.gradle.api.Project project) Applies the Houston plugin to the specified project.
-
Constructor Details
-
HoustonPlugin
public HoustonPlugin()Creates a new instance of HoustonPlugin.
-
-
Method Details
-
apply
public void apply(@Nonnull org.gradle.api.Project project) Applies the Houston plugin to the specified project.- Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>- Parameters:
project- The project to which the Houston plugin should be applied.
-