Open 1fexd opened 3 years ago
Thank you for the feedback, I've compared it with other projects, they seem to not declare the JavaFX dependency, so I will do it too in the next version.
I've reinvestigated it. We currently use the gradle-javafx-plugin, and I don't want to add any changes on what they are doing. I didn't had to exclude JavaFX on any of my many JavaFX projects. Are you using Java8?
Nope, I am using Java 11 + JavaFX 16 with Java's module system and the org.openjfx.javafxplugin
gradle plugin
Hi,
thanks for this great library. When I first added it to my project, it threw this exception:
Because I have struggled with dependencies which have JavaFX as their own dependency before, I was able to fix this error by declaring the dependency like this:
I suggest you add it to your readme in some form. Also, in the readme, your repo uses
http
instead ofhttps
. Also also, the link to the example is broken in the readme.