javafx-gradle-plugin
javafx-gradle-plugin copied to clipboard
How to use -ea versions
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 the following locations:
Can there something been done?
I am already aware that I can use sdk configuraition. However, the GitHub workflows is more effort then: https://github.com/JabRef/jabref/blob/6d0d78716893cc09577a957d111d62ba2dfbefd0/.github/workflows/deployment-jdk-ea.yml#L117