Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can we go to java 11? #525

Closed
parrt opened this issue Apr 8, 2022 · 2 comments
Closed

can we go to java 11? #525

parrt opened this issue Apr 8, 2022 · 2 comments
Labels
Milestone

Comments

@parrt
Copy link
Member

parrt commented Apr 8, 2022

See any issues @KvanTTT or @bjansen ?

@parrt parrt added the cleanup label Apr 8, 2022
@parrt parrt added this to the 1.18 milestone Apr 8, 2022
@parrt
Copy link
Member Author

parrt commented Apr 8, 2022

Ooops. we compile tool with java 11 but intellij 2019 needs java 8:

com.intellij.diagnostic.PluginException: While loading class org.antlr.v4.gui.TreeViewer: org/antlr/v4/gui/TreeViewer has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 [Plugin: org.antlr.intellij.plugin]

I guess 2020 is min version.

parrt added a commit to parrt/intellij-plugin-v4 that referenced this issue Apr 8, 2022
@parrt
Copy link
Member Author

parrt commented Apr 8, 2022

I've set

<idea-version since-build="203"/> <!-- requires IntelliJ 2020.3+ due to java 11 issue -->

@parrt parrt closed this as completed in 29a9c11 Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant