otakusenpai
04/12/2019, 10:42 AM./gradlew :client:build
Starting a Gradle Daemon, 1 busy and 1 stopped Daemons could not be reused, use --status for details
> Task :base:compileKotlin UP-TO-DATE
> Task :base:compileJava NO-SOURCE
> Task :base:processResources NO-SOURCE
> Task :base:classes UP-TO-DATE
> Task :base:inspectClassesForKotlinIC UP-TO-DATE
> Task :base:jar UP-TO-DATE
> Task :client:compileKotlin UP-TO-DATE
> Task :client:compileJava NO-SOURCE
> Task :client:processResources NO-SOURCE
> Task :client:classes UP-TO-DATE
> Task :client:inspectClassesForKotlinIC UP-TO-DATE
> Task :client:jar UP-TO-DATE
> Task :client:startScripts FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':client:startScripts'.
> No value has been specified for property 'mainClassName'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at <https://help.gradle.org>
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See <https://docs.gradle.org/4.10/userguide/command_line_interface.html#sec:command_line_warnings>
BUILD FAILED in 46s
Can you explain whats going wrong? I'm following the TornadoFX gitbooks.com example