https://github.com/liquibase/liquibase-gradle-plugin
A Gradle plugin for Liquibase
https://github.com/liquibase/liquibase-gradle-plugin
Last synced: 5 months ago
JSON representation
A Gradle plugin for Liquibase
- Host: GitHub
- URL: https://github.com/liquibase/liquibase-gradle-plugin
- Owner: liquibase
- License: other
- Fork: true (tlberglund/gradle-liquibase-plugin)
- Created: 2015-04-15T14:03:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-01T21:23:53.000Z (7 months ago)
- Last Synced: 2025-03-01T22:23:35.010Z (7 months ago)
- Language: Groovy
- Homepage:
- Size: 771 KB
- Stars: 203
- Watchers: 14
- Forks: 60
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-gradle - liquibase-gradle-plugin - Use [Liquibase](http://liquibase.org/) to manage your database upgrades. (Plugins / Database)
README
Liquibase Gradle Plugin
-----------------------A plugin for [Gradle](http://gradle.org) that allows you to use [Liquibase](http://liquibase.org)
to manage your database upgrades. This project was originally created by Tim Berglund, and is
currently maintained by Steve Saliman.Release 3.0.2 has been released
-------------------------------Release 3.0.2 has been released with support for Liquibase versions through 4.31.1. See
[Releases](./doc/releases.md) for more details.Note that Liquibase 4.30.0 added a dependency to Commons Lang, but didn't declare it as a transitive
dependency. `liquibaseRuntime 'org.apache.commons:commons-lang3:3.14.0'` will need to be added to
the `liquibaseRuntime` classpath for it to work.Release 3.0.0 fixed compatability issues with newer versions of Liquibase.
**THIS WAS A BREAKING CHANGE!**. The plugin no longer works with versions of Liquibase older than
4.24.Users updating from prior versions of this plugin should look at the [Releases](./doc/releases.md)
page for more information about the releases, including any breaking changes.Documentation
-------------- [Releases](./doc/releases.md)
- [How it works](./doc/how-it-works.md)
- [Usage](./doc/usage.md)
- [Upgrading Liquibase](./doc/upgrading-liquibase.md)