You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* What went wrong:
Could not determine java version from '10.0.2'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Press any key to continue . . .
I had the same issue with 11.0.1.
Change the "distributionUrl" in gradle-wrapper.properties to "https://services.gradle.org/distributions/gradle-4.10.2-all.zip" and "ext.kotlin" in build.gradle to "'1.3.10'".
After these, the compilation started, but it had problems with undefined references to javafx (probably something with the javafx decoupling in JDK11).
FAILURE: Build failed with an exception.
What went wrong:
Could not determine java version from '10.0.2'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Press any key to continue . . .
The text was updated successfully, but these errors were encountered: