Skip to content

Commit

Permalink
CHANGE(pmd): @W-16698971@: Upgrade PMD version to 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-carter-at-sf committed Sep 9, 2024
1 parent 6cd518b commit 884d89b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pmd7/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

// Keep this in sync with src/Constants.ts > PMD7_VERSION
var pmd7Version = "7.4.0"
var pmd7Version = "7.5.0"

val pmdDist7Dir = "$buildDir/../../dist/pmd7"

Expand Down
2 changes: 1 addition & 1 deletion src/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import os = require('os');
import path = require('path');

// Keep this in sync with <repoRoot>/pmd7/build.gradle.kts > pmd7Version
export const PMD7_VERSION = '7.4.0';
export const PMD7_VERSION = '7.5.0';

export const PMD_APPEXCHANGE_RULES_VERSION = '0.15';

Expand Down

0 comments on commit 884d89b

Please sign in to comment.