diff --git a/CHANGELOG.md b/CHANGELOG.md index 942d2d6..bf3ca37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ # PMDPlugin Changelog ## [Unreleased] +### Added +- Update to PMD version 7.5.0 +- Support for Intellij 2024.2 + ## [2.0.1] ### Added - Update to PMD version 7.2.0 diff --git a/build.gradle.kts b/build.gradle.kts index 4d727f8..0c8364d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile fun properties(key: String) = project.findProperty(key).toString() -val pmdVersion = "7.2.0" +val pmdVersion = "7.5.0" plugins { id("java") diff --git a/gradle.properties b/gradle.properties index 4521b74..2901ffa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ # pluginGroup = com.intellij.plugins.bodhi.pmd pluginName = PMDPlugin -pluginVersion = 2.0.1 +pluginVersion = 2.0.2 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.