PAN-7 fixed the loaddb.bat file for Windows
This commit is contained in:
@@ -48,6 +48,6 @@ task loadDb(type: Exec, group: 'Verification', description: 'Reloads the local d
|
||||
commandLine './loaddb.sh'
|
||||
} else {
|
||||
workingDir "./scripts/mysql"
|
||||
commandLine 'loaddb.bat'
|
||||
commandLine=['cmd','/c','loaddb.bat']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user