HHH-14199 fix the error when running 'setDataBase' gradle task
This commit is contained in:
parent
90be61210c
commit
517a0b9639
|
@ -306,8 +306,8 @@ task copyResourcesToIntelliJOutFolder {
|
||||||
task setDataBase {
|
task setDataBase {
|
||||||
inputs.property( "db", db )
|
inputs.property( "db", db )
|
||||||
doLast {
|
doLast {
|
||||||
processTestResources.execute()
|
processTestResources
|
||||||
copyResourcesToIntelliJOutFolder.execute()
|
copyResourcesToIntelliJOutFolder
|
||||||
|
|
||||||
println( 'Setting current database to ' + db )
|
println( 'Setting current database to ' + db )
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue