Hi
Working on a JavaFX application with IntelliJ. I have been publishing releases on the Github page till now but I noticed yesterday that none of them work without JDK as a dependency. I found the term "self-contained jar file" after a quick Google search and heard of Ant Build, Maven and Gradle could do just that. Ant Build didn't work, Maven I couldn't get to work and Gradle kind of overwhelmed me with options. There is no project alike, so there wasn't a universal script to do what I want, so I have to make my own it said on most docs. So here I am.
My question is; how do I compile my IntelliJ project in native Java with JavaFX to a self-contained jar file?