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
Running bootRun or any database migraiton task now creates a derby.log file under the project root as of 4.0.0. This can be moved to a logs folder with System.setProperty('derby.stream.error.file', 'logs/derby-error.log'), but it seems like the derby dependency shouldn't be exposed by the plugin. The cause appears to be org.liquibase.ext:liquibase-hibernate5, which pulls in the dependency org.liquibase:liquibase-test-harness
The text was updated successfully, but these errors were encountered:
Running bootRun or any database migraiton task now creates a derby.log file under the project root as of 4.0.0. This can be moved to a logs folder with System.setProperty('derby.stream.error.file', 'logs/derby-error.log'), but it seems like the derby dependency shouldn't be exposed by the plugin. The cause appears to be
org.liquibase.ext:liquibase-hibernate5
, which pulls in the dependencyorg.liquibase:liquibase-test-harness
The text was updated successfully, but these errors were encountered: