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