My version of Ardor3D was 58 commits behide Renanse/Ardor3D. I'm using Java 17, but I added a gradle.properties file to have gradle use C:\Program Files\Java\jdk-11.0.7. ardor3d-savable is failing with this error:
$ ./gradlew build
> Task :ardor3d-savable:compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':ardor3d-savable:compileJava'.
> error: invalid source release: 17
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 1s
1 actionable task: 1 executed
My version of Ardor3D was 58 commits behide Renanse/Ardor3D. I'm using Java 17, but I added a gradle.properties file to have gradle use C:\Program Files\Java\jdk-11.0.7. ardor3d-savable is failing with this error: