Skip to content

Commit

Permalink
Update to pmd 6.35
Browse files Browse the repository at this point in the history
Signed-off-by: Yannick da Silva Bröker <[email protected]>
  • Loading branch information
ybroeker committed Jun 21, 2021
1 parent d9dac0f commit f329469
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Add pmd-xml rules

### Changed
- Support IntelliJ IDEA 2021.1

### Deprecated

Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ tasks[CopyClassesToSandboxTask.TEST_NAME].dependsOn("prepareTestingSandbox")
dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.7.0")
testImplementation("org.assertj:assertj-core:3.20.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testCompileOnly("junit:junit:4.13")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine")
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
pluginGroup = com.github.ybroeker.pmdidea
pluginName_ = pmd-idea
pluginVersion = 1.5.0
pluginSinceBuild = 193
pluginUntilBuild = 211.*
pluginSinceBuild = 201
pluginUntilBuild = 212.*
# 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 = 2019.3.5, 2020.1.4, 2020.2.3, 2020.3.2, 2021.1
pluginVerifierIdeVersions = 2020.1.4, 2020.2.3, 2020.3.2, 2021.1.2

platformType = IC
platformVersion = 2019.3.5
platformVersion = 2020.1.4
platformDownloadSources = true
# Plugin Dependencies -> https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
Expand Down

0 comments on commit f329469

Please sign in to comment.