tlberglund/gradle-liquibase-plugin

Diff task: Driver class was not specified and could not be determined from the url (null)

emmekappa opened this issue · 1 comments

I got this error when I run the "diff" task.

Liquibase Update Failed: Cannot find database driver: Driver class was not specified and could not be determined from the url (null)

Looking at the sources I think he can't resolve "referenceDatabase" property.

Any help?

This should now be working, assuming the referenceDatabase property is defined in build.gradle for the activity you are trying to run.