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

How to use -ea versions

Open koppor opened this issue 6 months ago • 0 comments

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

koppor avatar May 04 '25 18:05 koppor