Skip to content

Gradle only builds with Java 22, which is EOL #877

@pluiedev

Description

@pluiedev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions