As this comment in #865 pointed out, currently the build script arbitrarily sets the languageVersion to only Java 22 and not Java 23, preventing it from building on Java 23. This is especially problematic when working with package libraries like Nixpkgs, which has already removed Java 22 as it has reached its EOL date in September 2024.
Please remove the version specifier, or maybe setting a minimum version requirement rather than an exact one.
As this comment in #865 pointed out, currently the build script arbitrarily sets the
languageVersionto only Java 22 and not Java 23, preventing it from building on Java 23. This is especially problematic when working with package libraries like Nixpkgs, which has already removed Java 22 as it has reached its EOL date in September 2024.Please remove the version specifier, or maybe setting a minimum version requirement rather than an exact one.