-
Notifications
You must be signed in to change notification settings - Fork 281
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
Fetch dependencies using Ivy #1216
base: master
Are you sure you want to change the base?
Conversation
It appears |
Gluon has informed us that |
This has progressed since opening this PR: #1225 (comment). Since "Headless" requires Java 21 or higher, this PR must be merged with #1222 in order to test the headless libraries. |
Initial ivy support (squashed)
Deprecated Monocle, add support for Headless
This PR is in surprisingly good shape... One outstanding issue is that the JavaFX version that we bundle is currently broken for vector (rasterize: false) prints. We're tracking this with the FX team in SUPQZ-20. We'll need a patch to JavaFX before we can continue testing. Line 16 in f0cbadf
|
Removes dependant libraries from the source repository and fetches them from Maven Central using
ivy
.