Is there anything else other than Flyway for database migrations with Gradle?
We’ve been using https://github.com/tlberglund/gradle-liquibase-plugin.
(As well as https://github.com/tlberglund/groovy-liquibase.)
You might also want to look at the Flyway support.
http://flywaydb.org/getstarted/firststeps/gradle.html
looks like both of those are for Liquibase
Yes, I thought that was your question. How to use a DB migration framework other than Flyway with Gradle.
The reason the second link is in parentheses is that it doesn’t really have anything to do with Gradle. It is a Groovy DSL on top of Liquibase.