5.3.2.8. startDb
startDb – the task of the CubaHsqlStart type which starts the local HSQLDB server. Parameters:
-  dbName– database name, default iscubadb.
-  dbDataDir– database directory, default is thedatasubfolder of the project.
-  dbPort– server port, default is 9001.
For example:
task startDb(type: CubaHsqlStart) {
    dbName = 'sales'
}