Skip to content

Commit

Permalink
update plugin.xml
Browse files Browse the repository at this point in the history
modify idea depends
  • Loading branch information
beeant0512 committed Aug 21, 2020
1 parent 09a735f commit 89e5526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- 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.java</depends>
<depends>com.intellij.modules.java</depends>

<project-components>
<component>
Expand All @@ -42,4 +42,4 @@
<add-to-group group-id="GenerateGroup" anchor="last"/>
</action>
</actions>
</idea-plugin>
</idea-plugin>

0 comments on commit 89e5526

Please sign in to comment.