File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 33# PMDPlugin Changelog
44
55## [ Unreleased]
6+ ### Added
7+ - Update to PMD version 7.5.0
8+ - Support for Intellij 2024.2
9+
610## [ 2.0.1]
711### Added
812- Update to PMD version 7.2.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33
44fun properties (key : String ) = project.findProperty(key).toString()
55
6- val pmdVersion = " 7.2 .0"
6+ val pmdVersion = " 7.5 .0"
77
88plugins {
99 id(" java" )
Original file line number Diff line number Diff line change 33
44# pluginGroup = com.intellij.plugins.bodhi.pmd
55pluginName = PMDPlugin
6- pluginVersion = 2.0.1
6+ pluginVersion = 2.0.2
77
88# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99# for insight into build numbers and IntelliJ Platform versions.
You can’t perform that action at this time.
0 commit comments