Skip to content

Commit

Permalink
added missing com.intellij.modules.java dependency - fixes #70
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Dec 12, 2023
1 parent 6b6390e commit 9bb5272
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ Deployment.

### 1.6.4 - 20XX-XX-XX

- Added missing `com.intellij.modules.java` dependency.

### 1.6.3 - 2023-12-07

- Added `Show Cppcheck XML Output` action to show the latest XML output.
Expand Down
2 changes: 2 additions & 0 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
]]></description>

<change-notes><![CDATA[
- Added missing `com.intellij.modules.java` dependency.
]]>
</change-notes>

Expand All @@ -33,6 +34,7 @@
on how to target different products -->
<!-- enable plugin in all products -->
<depends>com.intellij.modules.lang</depends>
<depends>com.intellij.modules.java</depends>

<extensions defaultExtensionNs="com.intellij">
<localInspection implementationClass="com.github.johnthagen.cppcheck.CppcheckInspection"
Expand Down

0 comments on commit 9bb5272

Please sign in to comment.