Skip to content

Commit

Permalink
Add old avro plugin explicitly as incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
opwvhk committed Jun 19, 2023
1 parent cc2bd4c commit 4e42136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html on how to target different products -->
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.modules.lang</depends>
<!-- Known incompatibilities -->
<incompatible-with>claims.bold.intellij.avro</incompatible-with>

<resource-bundle>messages.TextBundle</resource-bundle>
<extensionPoints>
Expand Down

0 comments on commit 4e42136

Please sign in to comment.