You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading the Sonatype Documentation: https://central.sonatype.org/publish/requirements/#a-complete-example-pom
"We discourage the usage of <repositories> and <pluginRepositories>, instead publish any required components to the Central Repository. This applies for your own components as well as for 3rd party artifacts." I'm not sure what would happen if we try to publish with the repositories linked but maybe we would need to upload the JOGL artifacts too
@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: