-
Trying to use application plugin with _gradle-modules-plugin_ 1.7.0 and _Gradle_ 6.6 causes a `ReflectionException` to be raised at `ModularJavaExec` (line 97). The Gradle internal API appears to have…
-
When I upgraded the plugin to version 0.1.0, I encountered an Cannot choose between the following variants of JavaFX component modules error. I've already found a solution in the project's README, but…
-
Could the plugin be published to the [Gradle Plugin Portal](https://plugins.gradle.org/docs/submit)?
I apologize if this has been asked before, I could not find reference to it.
Nava2 updated
4 years ago
-
Nearly finished my first Griffon/JavaFX application and looking in the guide for info on packaging & distribution...but not finding much.
So far I figured out Griffon supports packaging & distributi…
-
The Gradle Application Plugin `run` task doesn't work when running with Java 17.
Works fine on Java 11, but when updated to run Java 17 and JavaFX 17, I get
`java.lang.module.FindException: Module j…
-
I have reason to believe that there is a problem with the javafx-gradle-plugin that causes it [not](https://github.com/oracle/graal/issues/403) to work with Graal Native.
To compile a JavaFX appli…
-
Hi,
I'm using `GetDown` to launch a simple JavaFx bundled application, but seems like with changes in recent bundling, CLI tools are not published any more when bundling application with built in …
-
Hi @edvin ,
I'm trying to use fxlauncher for my application. FXLauncher works and looks great!
But I was faced with a problem when build a native installers. FXLauncher don't have enough params to c…
-
Hello! Thanks for your framework! its awesome!
I was really looking hard to find something like fragments for JavaFX and it really dont have anything!
Ok, I´d like to sugest some improvements, I t…
-
Hi! I am trying to native compile, lilnk and run on [Gluon-Samples-Gralde/HelloFX](https://github.com/gluonhq/gluon-samples-gradle/tree/master/HelloFX) with no luck.
I already have:
```
maqbool…