-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Include processing4-javafx in Gradle packaging #941
Comments
Hi @micycle1! I will, do you think it would also work as a seperate package? I'm more inclined to head in that direction. Re: the jogamp repo, completely agree, I hadn't found a way to do that but have to admit I didn't look to deep into it either |
Reading the Sonatype Documentation: |
A separate package is probably best, but if it's then added as dependency to core, circularity is introduced (since fx package uses (Alternatively, let user specify when they want FX and don't add as dependency to core). |
"Discourage" would imply it works, but not according their best practice. |
@Stefterv
I think you should consider bundling processing4-javafx with the processing core gradle artifact (as I do in https://github.com/micycle1/processing-core-4/)
Otherwise one cannot use the
FX2D
renderer.Also, why must I as a user declare the https://jogamp.org/ repository for jogl? Shouldn't this artifact's gradle do that?
The text was updated successfully, but these errors were encountered: