javafx-gradle-plugin
javafx-gradle-plugin copied to clipboard
Gradle plugin that makes it easy to work with JavaFX 11+
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:  Is there any support for testFixtures?