liquibase / liquibase-gradle-plugin

A Gradle plugin for Liquibase
Other
197 stars 57 forks source link

Add Liquibase 4.5 checks commands #92

Closed andrew-simmons closed 2 years ago

andrew-simmons commented 2 years ago

Liquibase 4.5 added Qualify Checks commands.

Would like to be able to run checks. Other commands could be helpful too.

stevesaliman commented 2 years ago

The 2.1.0 version of the plugin supports Liquibase 4.4 and 4.5. You can run checks with a command like gradle checks -PliquibaseCommandValue=run.

Liquibase will require info.picocli:picocli:4.6.1 in the liquibaseRuntime classpath, and checks didn't work for me without snakeyaml.