-
Notifications
You must be signed in to change notification settings - Fork 10
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
Missing Required JogAmp Repo #12
Comments
Is this addressable upstream? |
|
The repo's pom (Maven) already includes the jogamp repository:
Are you using Gradle? I wonder if Jitpack doesn't handle the Maven repository definitions when used as a Gradle artefact. |
Actually, the 4.3 artefact had jogl at I've re-released 4.3 as 4.3.1. The build now includes JOGL at v2.5. However, it should have still worked for you, as |
Yes, using gradle. There are some other issues with this as well, including the underlying dependencies for jogl not being resolved. Might make a PR with gradle instructions once I get it to work. |
I also ran into this today - the fix was adding the additional repo source @BenjaminHolland suggested in the original post. Found in version 4.3.3, the latest at the time of this post. |
Current build requires org.jogamp.gluegen:gluegen-rt-main:2.5.0-rc-20230523, which (apparently) isn't available from maven central. Adding the jogamp maven fixes it, (kinda).
The text was updated successfully, but these errors were encountered: