benwatson528 / intellij-avro-parquet-plugin

A Tool Window plugin for IntelliJ that displays Avro and Parquet files and their schemas in JSON.
Apache License 2.0
43 stars 9 forks source link

incompatible for new version of IDEA #50

Closed HakChealKim closed 3 years ago

HakChealKim commented 3 years ago

as title. Plugin 'Avro and Parquet Viewer' (version 'null') is not compatible with the current version of the IDE, because it requires build 202.* or older but the current build is IU-203.5981.155

benwatson528 commented 3 years ago

I'm getting this too - looking into it. I don't specify an upper bound on the plugin version so there is no reason why it should be incompatible.

benwatson528 commented 3 years ago

https://github.com/JetBrains/gradle-intellij-plugin/issues/574

benwatson528 commented 3 years ago

A fix should be live on the marketplace in the next day or so and you should be prompted to update the plugin.

benwatson528 commented 3 years ago

This is now live, and there shouldn't be issues with future versions.