-
Notifications
You must be signed in to change notification settings - Fork 12
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
4.1.2 and 4.2: Could not find JOGL #9
Comments
The .pom references the https://jogamp.org/deployment/maven/ repository, which is where v2.4.0 is located. |
Here the project. Is there something missing? It does work with 4.1.1... |
` dependencies { add jogamp repositories. is it the correct way to solve this issue? |
Thank you @xlinx ! That makes it build for me. Maybe not ideal to depend on packages outside maven central (in case they stop working some day), but not many other options currently. And... you studied at TNUA??? I gave a workshop / performance there in 2016! Funny coincidence :-) |
@hamoid |
Well, Gradle's pretty dumb then. |
Hi! I had a program running with 4.1.1.
If I change the gradle dependency to 4.1.2 I get
If I change it to 4.2 I get
In https://mvnrepository.com/artifact/org.jogamp.jogl/jogl-all-main I see only 2.3.2 is available.
The text was updated successfully, but these errors were encountered: