Skip to content

Commit

Permalink
Update PMD and plugin versions for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdev committed Mar 24, 2023
1 parent 2c15080 commit 8bccde3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# PMDPlugin Changelog

## [Unreleased]
### Added
- Update to PMD version 6.55.0 (#131)
- Bug fixes (#105, #121, #122, #123, #125, #126, #128)

## [1.8.25]
### Added
- Update to PMD version 6.52.0 (#120)
Expand All @@ -27,4 +31,4 @@

## [1.8.18]
### Changed
- Update to PMD version 6.35.0 and optional anonymous status reporting
- Update to PMD version 6.35.0 and optional anonymous status reporting
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

fun properties(key: String) = project.findProperty(key).toString()

val pmdVersion = "6.52.0"
val pmdVersion = "6.55.0"

plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.6.20"
id("org.jetbrains.intellij") version "1.11.0"
id("org.jetbrains.intellij") version "1.13.2"
id("org.jetbrains.changelog") version "1.1.2"
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# pluginGroup = com.intellij.plugins.bodhi.pmd
pluginName = PMDPlugin
pluginVersion = 1.8.25
pluginVersion = 1.8.26

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand All @@ -12,7 +12,7 @@ pluginUntilBuild = 240.0

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
pluginVerifierIdeVersions = 2020.3.4, 2021.1.1, 2022.1.3
pluginVerifierIdeVersions = 2021.1.1, 2022.1.3, 2022.3.1

platformType = IC
platformVersion = 2021.1.1
Expand Down

0 comments on commit 8bccde3

Please sign in to comment.