Closed jreznot closed 5 years ago
Set showUi to false:
task startDb(description: 'Starts local HSQLDB server', type: CubaHsqlStart) { dbPort = hsqlPort dbName = hsqlDbName showUi = false }
Run gradlew startDb
gradlew startDb
Server is not started
Environment
Description of the bug or enhancement
Set showUi to false:
Run
gradlew startDb
Server is not started