org.jetbrains.gradle.liquibase
Owner: JetBrains
Run migrations from Gradle using the Liquibase runtime.
https://github.com/JetBrains/jetbrains-gradle-plugins
Sources: https://github.com/JetBrains/jetbrains-gradle-plugins.git
Version 1.2.1
1.2.1
Created 08 October 2021.
Run migrations from Gradle using the Liquibase runtime.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.jetbrains.gradle.liquibase") version "1.2.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.jetbrains.gradle:jetbrains-gradle-plugins:1.2.1") } } apply(plugin = "org.jetbrains.gradle.liquibase")
- Applying plugins to all subprojects .