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

JavaFX regularly publishes -ea builds to test out things: https://jdk.java.net/javafx25/ I tried with version = "25" and version = "25-ea" Both output ``` > Could not find org.openjfx:javafx-fxml:25. Searched in...

I am trying out [test fixtures](https://blog.cronn.de/en/testing/java/gradle/2023/04/20/gradle-testfixtures.html) together with this plugin. I get following error when trying: ![Image](https://github.com/user-attachments/assets/2c4d9cc8-a86a-468c-b5a4-4868a3cbd04c) Is there any support for testFixtures?