javafx-gradle-plugin
javafx-gradle-plugin copied to clipboard
Gradle plugin that makes it easy to work with JavaFX 11+
I've got an Arm64 machine running Windows 11 natively (Windows on Arm64). I've installed the OpenJDK for Windows on Arm64 from [Microsoft](https://docs.microsoft.com/en-us/java/openjdk/download), so Java is available natively on the machine...
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...
Hi, when I try to run gradle project in Windows 10 x86 I get this error: ``` * What went wrong: An exception occurred applying plugin request [id: 'org.openjfx.javafxplugin', version:...
This PR Addresses https://github.com/openjfx/javafx-gradle-plugin/issues/99 Platform can now be configured as follows: 
This code does two things: * Adds code to handle updating `CreateStartScripts` configuration in the same way that the `JavaExec` task is updated. This allows the `assembleDist` task to create...
I added configuration = "compileOnly" to my `java-library` module (in a multi-project gradle build) and now my (Spock) unit tests are failing because they can't find JavaFX classes. I don't...
I just tested by swapping the versions 0.0.11, 0.0.12, and 0.0.13. Both 0.0.12 and 0.0.13: `javafx.graphics cannot be resolved to a module`
I'm running on macOS with a Silicon (M1) chip. I set the version in the plugin to 17, which should download openjfx 17, which has M1 support. When I run...
The plugin does not yet appear to support building and running of test code (e.g. Junit5 test suites) from the appropriate Gradle targets, if the code to be tested or...
I am not sure if this is the same as the other issues that mention duplicate modules so I will raise another issue and let the issue handlers decide.... I...