We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a735f commit 89e5526Copy full SHA for 89e5526
src/main/resources/META-INF/plugin.xml
@@ -25,7 +25,7 @@
25
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
26
on how to target different products -->
27
<depends>com.intellij.modules.platform</depends>
28
- <depends>com.intellij.java</depends>
+ <depends>com.intellij.modules.java</depends>
29
30
<project-components>
31
<component>
@@ -42,4 +42,4 @@
42
<add-to-group group-id="GenerateGroup" anchor="last"/>
43
</action>
44
</actions>
45
-</idea-plugin>
+</idea-plugin>
0 commit comments