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
Unexpected error running Liquibase: D:/dev/liquibase/groovy-dsl/test/changelogs/log1.groovy does not exist
liquibase.exception.ChangeLogParseException: D:/dev/liquibase/groovy-dsl/test/changelogs/log1.groovy does not exist
even if the file does exists
databaseChangeLog {
include (file: 'D:/dev/liquibase/groovy-dsl/test/changelogs/log1.groovy')
}
This works fine:
databaseChangeLog {
include (file: '/dev/liquibase/groovy-dsl/test/changelogs/log1.groovy')
}
The text was updated successfully, but these errors were encountered:
Version 4.0.0 of the Groovy DSL was released this morning. It changes the way include finds resourceses. Is this still an issue with the latest version?
This script gives
even if the file does exists
This works fine:
The text was updated successfully, but these errors were encountered: