Skip to content

Commit ed1c2b5

Browse files
committed
Set com.intellij.modules.java as optional dependency.
1 parent 9cb8a12 commit ed1c2b5

File tree

1 file changed

+1
-1
lines changed
  • src/ServiceStackIDEA/src/main/resources/META-INF

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
on how to target different products -->
3737
<depends>com.intellij.modules.platform</depends>
3838
<depends>com.intellij.modules.lang</depends>
39-
<depends>com.intellij.modules.java</depends>
39+
<depends optional="true" config-file="META-INF/intellij.xml">com.intellij.modules.java</depends>
4040

4141
<extensions defaultExtensionNs="com.intellij">
4242
<!-- Add your extensions here -->

0 commit comments

Comments
 (0)