Closed grizeldi closed 1 year ago
@grizeldi thanks for testing the editor, yeah, btw you can change the gradle version from here https://github.com/jMonkeyBuilder/jMonkeyBuilder/blob/79e09786ad2eb17ef6f462c91e88134bd669cb5a/gradle/wrapper/gradle-wrapper.properties#L3 to the desired version that supports java-17.
@grizeldi you will have to download open-jfx too since you are using java+10...currently i am using java-8, i will try to ship a jfx version that can work with jfx-11 and up. https://gluonhq.com/products/javafx/
The application builds only using oracle-jdk-1.8
for now; because of maintenance issues.
For old time's sake I've tried to build the re-maintained version and gradle immediately crashed. The wrapper downloaded gradle 6.7, which according to gradle documentation only supports Java versions up to 15, and I got java 17 installed. I know I could just downgrade, but that's more effort than I'm willing to put in at the moment, so I'm opening the issue just to make the dev aware of the problem, not really expecting it to be fixed.
java -version
output:./gradlew build
output: