You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With version 4.1.0 (liquibase version 4.16.0) of this plugin I can't use the grailsChange closure. Using this closure in a changelog leads to the message
As of Liquibase 4.0, cannot set resource accessor on org.grails.plugins.databasemigration.liquibase.GroovyChange. Must add it to the Scope
during the startup.
With version 4.1.0 (liquibase version 4.16.0) of this plugin I can't use the grailsChange closure. Using this closure in a changelog leads to the message
As of Liquibase 4.0, cannot set resource accessor on org.grails.plugins.databasemigration.liquibase.GroovyChange. Must add it to the Scope
during the startup.
I think this is because of this line
grails-database-migration/src/main/groovy/org/grails/plugins/databasemigration/liquibase/GroovyChange.groovy
Line 91 in 1987135
Simply removing this line works for me. If this is the desired solution I can provide a PR.
The text was updated successfully, but these errors were encountered: