Skip to content

Commit

Permalink
Re-added explicit deps as the gradle plugin does not seem to add them…
Browse files Browse the repository at this point in the history
… as expected
  • Loading branch information
jshiell committed Aug 17, 2024
1 parent d18f455 commit b9e8f5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
</description>
<vendor url="https://infernus.org/" email="[email protected]">Jamie Shiell</vendor>

<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.modules.lang</depends>
<depends>com.intellij.modules.xml</depends>
<depends>com.intellij.modules.vcs</depends>

<depends>com.intellij.modules.java</depends>

<change-notes>
<![CDATA[
<ul>
Expand Down

0 comments on commit b9e8f5d

Please sign in to comment.