<@U01294PT79P> following video was helpful to me <...
# tornadofx
d
@Pedro González following video was helpful to me

https://www.youtube.com/watch?v=0p2P_oyDsPI

he show how to setup the jvmOverload thing. https://gist.github.com/deggers/f1649eff6c3ad75f37123bd9924cc2cd here is my buildGradleKts on another note - make sure you are using Java13 as far as i know - i use the openJDK one which is in the arch repos. Also make sure you use gradle >6.0 - i use 6.3. With 5.xx i couldn't get it working for openfx13. As far as i know did @edvin recommend to use for the 2.0 Snapshot java 13. Please correct me anybody if thats wrong! You can adjust your gradle version easily when you go into your gradle folder in your created project ( i did create a project with gradle in intellij) and there you will find a wrapper directory in which will be "gradle-wrapper properties" there you need to replace distribution url with "distributionUrl=https\:<//services.gradle.org/distributions/gradle-6.3-all.zip>" .. sorry for the long text - is this worth to be a wiki entry?