fixing sample-data flag via gw -Psample-data in code+documentation
This commit is contained in:
@@ -165,6 +165,9 @@ liquibase {
|
||||
defaultSchemaName ''
|
||||
logLevel 'debug'
|
||||
classpath 'src/main/resources/'
|
||||
if (project.hasProperty('sample-data')) {
|
||||
contexts 'sample-data'
|
||||
}
|
||||
}
|
||||
diffLog {
|
||||
driver ''
|
||||
|
Reference in New Issue
Block a user