Class NamingConventionLiquibasePlugin
java.lang.Object
io.github.htshame.NamingConventionLiquibasePlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class NamingConventionLiquibasePlugin
extends Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
Gradle plugin entry point for the Naming Convention Liquibase Gradle Plugin.
Registers the validateLiquibaseChangeLog extension and task,
wires the task to the check lifecycle task (when the base plugin is present),
and sets default configuration values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.gradle.api.Project project) Applies the plugin to the given project.
-
Constructor Details
-
NamingConventionLiquibasePlugin
public NamingConventionLiquibasePlugin()Default constructor.
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project project) Applies the plugin to the given project.- Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>- Parameters:
project- the target Gradle project.
-