We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea06b7 commit c59b4cdCopy full SHA for c59b4cd
src/main/resources/META-INF/plugin.xml
@@ -6,8 +6,9 @@
6
<!-- Product and plugin compatibility requirements -->
7
<!-- https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
8
<depends>com.intellij.modules.platform</depends>
9
- <depends>org.jetbrains.plugins.yaml</depends>
+ <depends>com.intellij.modules.json</depends>
10
<depends>com.intellij.java</depends>
11
+ <depends>org.jetbrains.plugins.yaml</depends>
12
13
<!-- <depends optional="true" config-file="io.openapiprocessor.intellij-swagger.xml">com.intellij.swagger</depends>-->
14
0 commit comments