Renanse / Ardor3D

Ardor3D is a free Java based, professionally oriented, open source 3D graphics engine.
Other
229 stars 77 forks source link

Unable to get Ardor3D to successfully build #115

Closed jfelrod1960 closed 3 months ago

jfelrod1960 commented 3 months ago

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
jfelrod1960 commented 3 months ago

I found the issue. Just had to keep digging.