openjfx / javafx-gradle-plugin

Gradle plugin that makes it easy to work with JavaFX 11+
https://openjfx.io/
BSD 3-Clause "New" or "Revised" License
359 stars 62 forks source link

How to export with JavaFx dependencies #97

Closed Xamez closed 3 years ago

Xamez commented 3 years ago

Hey, I just finished what I had to do but I can't find a way to export my jar with JavaFx, do you have an idea? Here's my build.gradle: image

chirontt commented 3 years ago

Your problem is about the Gradle build script itself, not about the JavaFX plugin.

I'm not sure this is the appropriate forum to resolve some Gradle script problem.

Xamez commented 3 years ago

Where can I go? And as written in the title, it is a question :/

abhinayagarwal commented 3 years ago

Go through Non-Modular project -> Gradle. The sections describes how you can create a FAT JAR with JavaFX dependencies.