cuba-platform / cuba-gradle-plugin

Gradle plugin for building CUBA platform and applications
https://www.cuba-platform.com
Apache License 2.0
15 stars 18 forks source link

Headless HSQL does not start on Windows #93

Closed jreznot closed 5 years ago

jreznot commented 5 years ago

Environment

Description of the bug or enhancement

Set showUi to false:

    task startDb(description: 'Starts local HSQLDB server', type: CubaHsqlStart) {
        dbPort = hsqlPort
        dbName = hsqlDbName
        showUi = false
    }

Run gradlew startDb

Server is not started