com.logicify.liquibase.gradle
Owner: Dmitry Berezovsky
A Gradle plugin for running the Liquibase database upgrade tool.
https://github.com/liquibase/liquibase-gradle-plugin
Sources: https://github.com/Logicify/liquibase-gradle-plugin.git
Version 1.1.0
1.1.0
Created 02 July 2015.
A Gradle plugin for running the Liquibase database upgrade tool.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.logicify.liquibase.gradle") version "1.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.logicify:liquibase-gradle-plugin:1.1.0") } } apply(plugin = "com.logicify.liquibase.gradle")
- Applying plugins to all subprojects .