Target Java 11 (LTS)
krka opened this issue · 3 comments
krka commented
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.
renggli commented
Thank you. Released 2.3.1 with release target 11.
krka commented
Thanks for the quick response!