liquibase / liquibase-gradle-plugin

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

--verbose issue #3

Closed mrfint closed 7 years ago

mrfint commented 8 years ago

While executing command:

gradle -PliquibaseCommandValue=--verbose status

I have this error message every time when I use changeLogParameters in my Activity

unexpected command parameters [--verbose=-Dliquibase.appUserRole=UserRole]

liquibase.appUserRole - it is my parameter from activities { changeLogParameters('liquibase.appUserRole' : someParameter) }

Without changeLogParameters property everything works ok

stevesaliman commented 8 years ago

Thank you for reporting this issue in the new repository.

It turns out this is a bug with Liquibase itself. I've reported JIRA 2519 against the Liquibase project for the bug. When that gets fixed, this should be a simple matter of bumping the version of Liquibase we use in the plugin.

stevesaliman commented 7 years ago

A workaround for the core Liquibase bug has recently been posted to the Liquibase Jira. I'm going to add this workaround to the Liquibase plugin and release a new version, hopefully in a few days.

stevesaliman commented 7 years ago

Release 1.2.2 is out, and fixes this issue.

stevesaliman commented 7 years ago

Release 1.2.2 has a bug, and should not be used. Use version 1.2.3 instead.