Open
Description
When upgrading from Liquibase 4.30.0 to 4.31.0 we are starting to get errors when using the plugin, as below:
ERROR: Exception Details
ERROR: Exception Primary Class: ChangeLogParseException
ERROR: Exception Primary Reason: database/changelog.yaml does not exist
ERROR: Exception Primary Source: 4.31.0
With 4.30.0 this works fine. It also works fine if we add a liquibase.properties
, which contains liquibase.searchPath=src/main/resources
, so I'm guessing it has to do with how the arguments are passed on to liquibase.
I guess it might be related to this earlier issue? #154
Metadata
Assignees
Labels
No labels