-
In the `gui` project you could use the `javafx-gradle-plugin` (see [link](https://github.com/openjfx/javafx-gradle-plugin), or openjfx [gradle samples](https://github.com/openjfx/samples)) to simplify…
-
I'm not sure whether this is an issue with the plugin or something else, but I hope you can help me figure it out:
I'm using Spring Boot to create a JavaFX application and had to specify the `merge…
gerco updated
5 years ago
-
Doesn't like being used as a regular dependency.
There is a plugin to be able to build now.
Actually two plugins, the application plugin which completely alters the gradle build to generate a di…
-
The work done in the VocabHunter project to use the JavaFX Gradle plugin and simplify the build should be replicated here. See https://github.com/VocabHunter/VocabHunter/issues/36
-
Hello, thank you for making this awesome plugin .
I decided to try building a Java FX application with Dagger 2 and when i run the main class directly , I can run the application but, when i run jfxR…
-
This plugin does not work when building with Javadoc
> Task :javadoc FAILED
/home/sverre/workspace/movies/src/main/java/module-info.java:6: error: module not found:
javafx.controls
…
-
I've written a small JavaFX application which depends on a library that makes use of the Apache HTTP client and Jackson. It runs fine when using Gradle run but throws an exception when running on a mo…
-
I could not find anything in the fxlauncher docs about changing the icon of either the installer or the installed program. Is there a way?
-
**Background**:
AB-4 is currently distributed as a single "Fat JAR". This JAR is packaged using the [shadowjar plugin](https://imperceptiblethoughts.com/shadow/), which helps bundles dependencies w…
-
The default mvn exec:java seems to cause a number of issues, related to how maven starts the java process. For example, see https://github.com/javafxports/openjdk-jfx/issues/316
Using mvn exec:exec…