javafx-gradle-plugin icon indicating copy to clipboard operation
javafx-gradle-plugin copied to clipboard

Gradle plugin that makes it easy to work with JavaFX 11+

Results 62 javafx-gradle-plugin issues
Sort by recently updated
recently updated
newest added

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...

bug

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: ![image](https://user-images.githubusercontent.com/37125644/116840710-bb882e00-ab8b-11eb-9783-cd7635db48ed.png)

enhancement

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...