liquibase / liquibase-gradle-plugin

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

Fix system properties support #21

Closed SButterfly closed 7 years ago

SButterfly commented 7 years ago

Fix for: https://github.com/liquibase/liquibase-gradle-plugin/issues/20

SButterfly commented 7 years ago

@stevesaliman @nvoxland Can you look into?

stevesaliman commented 7 years ago

Unfortunately, making this change would break existing functionality because Liquibase would no longer see items in the parameters section of the configuration as changeset parameters.

I've commented in Issue #20 with more details.