Class | Description |
---|---|
Activity | This class represents a single activity that must be performed as part of a liquibase task. |
LiquibaseExtension | This is the Gradle extension that configures the Liquibase plugin. |
LiquibasePlugin | |
LiquibaseTask | Gradle task that calls Liquibase to run a command. |
OutputEnablingLiquibaseRunner | Liquibase 3.6 changed the way logging is done, but broke console output when running from the Gradle Plugin (JIRA CORE-3220). |