- Oct 30, 2018
- 88
- 90
Inno never bothered switching to Java 17, only adding an implementation that someone else provided. Then she "fixed" it by making Java 8 the default and leaving the Java 17 support from the implementation. However, this did not work, so now it is Java 8 only again, but with the added insult to injury that the build process is a mess now, and you can no longer locally pull that original Java 17 implementation to run it on the local machine.I heard Inno tried switching the game to Java 17 only to revert to Java 8. How true is this?
I am hoping that the contributors can figure out the build process so that Java 8 and Java 17 can exist together, because Inno will probably never move on from 8. I've seen some improvement on the pull requests already, so hopefully it will get solved soon.