We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f956b commit f24f7a4Copy full SHA for f24f7a4
resources/META-INF/plugin.xml
@@ -4,13 +4,13 @@
4
<description>A plugin to run static analysis using PMD in intelliJ.</description>
5
6
<change-notes>
7
- Support for PMD 6.0 and minor bug fixes.
+ Support for PMD 6.3.0.
8
</change-notes>
9
10
- <version>1.8.4</version>
+ <version>1.8.5</version>
11
<vendor>bodhi</vendor>
12
13
- <idea-version since-build="145.258"/>
+ <idea-version since-build="181.0"/>
14
<project-components>
15
<component>
16
<implementation-class>com.intellij.plugins.bodhi.pmd.PMDProjectComponent</implementation-class>
src/com/intellij/plugins/bodhi/pmd/PMDProjectComponent.java
@@ -35,7 +35,6 @@
35
name = "PDMPlugin",
36
storages = {
37
@Storage(
38
- id = "other",
39
file = "$PROJECT_FILE$"
40
)}
41
)
0 commit comments