Open lfgcampos opened 1 year ago
Version 3.0.0 of the plugin was released this morning, and it completely overhauls the way Liquibase tasks are created and configured. Is this still an issue with the latest version?
Version 3.0.0 of the plugin was released this morning, and it completely overhauls the way Liquibase tasks are created and configured. Is this still an issue with the latest version?
Thanks for the heads up! Let me play with the new version during the week and get back to you on this =)
I believe this is more of a usage question rather than a bug.
I have my project configured using Kotlin DSL. But for some internal reasons, I need to configure my own gradle task, which is pretty common.
An extract of my code look like this:
When I run it, I get the error mentioned:
It happens here suggesting that the
liquibaseVersionProvider
was not created properly, meaning the overrodeconfigure
wasn't called for the task.I've tried to find ways to call it myself, hook it into some sort of gradle task lifecycle and other things without luck.
The same task used to work with previous version of liquibase and the plugin.
Can it be a bug? Am I doing something wrong here? Any help is appreciated.