-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for JavaFX 17 #362
Comments
Can confirm I can compile scalafx with Java 17 against JavaFX 17 with this patch: coursier/coursier#2176 Also, the usual "naive API check" doesn't bring up too much novelty this time:
|
@rom1dep did you rebuild SBT too to use that coursier? |
No, I don't know SBT enough to adventure in it. |
To use javafx 17 directly, you can use mill and set a
|
Main roadblock is bug in SBT sbt/sbt#6564 that incorrectly resolved JavaFX platform dependent JARs
The text was updated successfully, but these errors were encountered: