Skip to content

Commit

Permalink
Merge pull request #20747 from fleboulch/liquibase-gradle-improvement
Browse files Browse the repository at this point in the history
Improve liquibase gradle experience
  • Loading branch information
DanielFran committed Jan 9, 2023
2 parents 444d079 + e46beb9 commit f7656a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generators/server/templates/build.gradle.ejs
Expand Up @@ -242,6 +242,9 @@ liquibase {
runList = project.ext.runList
}
liquibaseDiff.dependsOn compileJava
liquibaseDiffChangeLog.dependsOn compileJava
<%_ } _%>

gitProperties {
Expand Down

0 comments on commit f7656a8

Please sign in to comment.