Closed abcfy2 closed 2 years ago
Seems grails 5.1.1 depends on io.micronaut:micronaut-bom:3.2.3
which bump liquibase
to 4.5.0
, and breaks grails-database-migration
.
Add implementation 'org.liquibase:liquibase-core:3.10.3'
solved this issue.
Please try using the plugin version 4.0.0-RC3
Yes. 4.0.0-RC3
is also working. Waiting for the final release.
Task List
Steps to Reproduce
Just generate a
rest-api
from https://start.grails.org/Add this plugin:
Run:
Expected Behaviour
Grails 5.1.1 should work.
Actual Behaviour
Error:
Environment Information