Attempting to call dbmGormDiff in a Grails 5 project using the Database Migration plugin and Hibernate Envers fails with
Command execution error: EnversService#initialize should be called only once
Has anyone come across this and found a solution? I've tried numerous combinations of dependency versions for Hibernate core, liquibase and envers but not found anything which allows me to use these tools successfully.
A sample project has been posted to https://github.com/davebrown1975/migrationsissue demonstrating the issue.
Thanks!