J.N.
J.N.

Reputation: 1

Liquibase with Gradle - How to generate the current state of the database with the Liquibase using Gradle?

I added the Liquibase to the existing project and would like to generate the current state of the database. But the problem is that the project is using Gradle, and I'm not that familiar with Gradle, I've just worked with Maven so far and also everywhere on the Internet I can just find the tutorial for the Maven. Does anyone knows how can I generate the current state of the database (postgreSql) with Liquibase and Gradle?

I tried using JPABuddy but it only generated the few change sets, but I need the complete state of the database. I also know that there is a liquibase-hibernate plugin but I don't know how to use it with gradle. And I also tried liquibase-gradle-plugin but the gradle does not recognize it.

Upvotes: 0

Views: 18

Answers (0)

Related Questions