Skip to content

Commit 89e5526

Browse files
authored
update plugin.xml
modify idea depends
1 parent 09a735f commit 89e5526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
2626
on how to target different products -->
2727
<depends>com.intellij.modules.platform</depends>
28-
<depends>com.intellij.java</depends>
28+
<depends>com.intellij.modules.java</depends>
2929

3030
<project-components>
3131
<component>
@@ -42,4 +42,4 @@
4242
<add-to-group group-id="GenerateGroup" anchor="last"/>
4343
</action>
4444
</actions>
45-
</idea-plugin>
45+
</idea-plugin>

0 commit comments

Comments
 (0)