Closed robertoschwald closed 3 years ago
Works with 5.0.0 GA using "implementation" and liquibase-core 3.10.1. Default Spring BOM liquibase-core version 4.3.2 does NOT work with this plugin, so you need to downgrade:
implementation "org.grails.plugins:database-migration:3.1.0"
implementation 'org.liquibase:liquibase-core:3.10.1' // Default Grails 5.0.0 spring boot BOM version 4.3.2 currently does NOT work with dbm plugin.
Steps to Reproduce
Expected Behaviour
Dependencies can be resolved, it works.
Tell us what should happen Lots of dependency issues for all dependencies needed to perform the dbm tasks.
Actual Behaviour
Needed dependencies can not be resolved.
Tell us what happens instead It seems the change to the implementation scope does not work with the current version of dbm plugin, as their dependencies got scope compile. If changing the affected dependencies to compile scope, it goes further, but it seems it must be done for all needed dependencies.
First error:
Environment Information
Example Application