Hello
I've just switched to Java 25 and JOGL 2.6.0. I'll build a new binary very soon.
P.S: I get this when I run "gradle publishToJogAmpMavenArdor3d":
FAILURE: Build failed with an exception.
* Where:
Build file '/home/gouessej/Documents/programmation/java/workspace/Ardor3D/build.gradle' line: 121
* What went wrong:
Execution failed for task ':ardor3d-animation:publishToJogAmpMavenArdor3d'.
> com.jcraft.jsch.JSchException: Auth fail
I need to fix this bug to push the binary build.
P.S 2: I suspect that this is the solution (workaround):
https://stackoverflow.com/a/78536105Sven, can you have a look?