grails-database-migration
grails-database-migration copied to clipboard
Exception deploying war in tomcat with version 4.1.0
please see issue #268. same error with this version
If I do this the war is deployed successfully:
implementation('org.grails.plugins:database-migration:4.1.0') { exclude module: 'spring-boot-cli' }
This is affecting me also