javafx-gradle-plugin
javafx-gradle-plugin copied to clipboard
Gradle plugin that makes it easy to work with JavaFX 11+
Adds support for Windows 32-bit. We have a bunch of clients that still run those.
Please improve the documentation to 'tweak' 3rd party configurations by adding a Kotlin DSL example. I got the following error after trying to apply the quarkus plugin to minimal JavaFx...
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...
Gradle: 8.2 IDEA: 2023.2.2 I have a `Gradle with Kotlin` project with two modules. `build.gradle.kts` file of module A ```kts plugins { id("org.openjfx.javafxplugin") version "0.1.0" } javafx { version =...
i have an application (https://gitlab.com/olze/chatclient) that i'd like to move to a native image. the build works but when i execute it, i get an error: ``` oli@DESKTOP-SJIB21T:~/IdeaProjects/chatclient/build/native/nativeCompile$ ./chatclient Sept....
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 application natively, one usually...
We no longer have to depend on a snapshot build of the plugin to run the tests. Instead the plugin is build and its entire classpath in injected into the...
Hello, i have this error `import javafx.embed.swing.JFXPanel; ^ bad class file: C:\Program Files\Java\javafx-sdk-17.0.7\lib\javafx.swing.jar(javafx/embed/swing/JFXPanel.class) class file has wrong version 55.0, should be 52.0 Please remove or make sure it appears in...
Hey @abhinayagarwal, I finally had some time to test the plugin with the recent changes. Seems like there are still issues. If I use the configuration shown here in the...
Currently, plugin jar needs to locally installed in the maven repository to run the tests.