Skip to content

Commit

Permalink
Merge pull request #1687 from forcedotcom/sc/W-17349577
Browse files Browse the repository at this point in the history
CHANGE(pmd): @W-17349577@ Upgrade to PMD 7.8.0
  • Loading branch information
stephen-carter-at-sf authored Dec 2, 2024
2 parents 3e2e380 + 1c93785 commit a819109
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.7.0"
var pmd7Version = "7.8.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.7.0';
export const PMD7_VERSION = '7.8.0';

export const PMD_APPEXCHANGE_RULES_VERSION = '0.16';

Expand Down

0 comments on commit a819109

Please sign in to comment.