Skip to content

Target Java 11 (LTS) #20

@krka

Description

@krka

First of all, thanks for making this - so far it seems like a very convenient way to write grammars/parsers!

I am currently using Java 11, which is the LTS version.
So now I have to either upgrade to Java 12 or downgrade this library to 2.2.0, but then I would lose ExpressionGroup.wrapper().

Hopefully it would not be too much work to set the release target to 11 instead of 12. It might be as simple as adding

<configuration>
    <release>11</release>
</configuration>

to the pom file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions