Class BuildConstantsPlugin
java.lang.Object
org.cthing.gradle.plugins.buildconstants.BuildConstantsPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class BuildConstantsPlugin
extends Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
Plugin which generates a source file containing constants for project build information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.gradle.api.Project project) Applies the plugin to the specified project.
-
Constructor Details
-
BuildConstantsPlugin
public BuildConstantsPlugin()
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project project) Applies the plugin to the specified project.- Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>- Parameters:
project- Project to which the plugin should be applied.
-