oowekyala / intellij-javacc

JavaCC and JJTree grammar support for the IntelliJ Platform
https://plugins.jetbrains.com/plugin/11431-javacc
MIT License
44 stars 6 forks source link

Incompatible with latest IntelliJ version #30

Closed jrnorth closed 10 months ago

jrnorth commented 1 year ago

I have version 1.11 of the plugin installed, and IntelliJ says Incompatible: requires IDE build 231.* or earlier.

ngx472 commented 11 months ago

+1, I have ultimate, build IU-232...

rybak commented 11 months ago

Could you please consider leaving the field untilBuild (the upper version limit) undefined? That way, you won't need to bump it with every release of IntelliJ IDEA. Here's an example of how I did it in the Gradle build of my plugin: https://github.com/rybak/intellij-copy-commit-reference/commit/64a0eb545ccb6737d32c2c5f6e22cf211bd88b6d

oowekyala commented 10 months ago

Thanks for reporting. Will release an update tomorrow.