We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cd518b + 884d89b commit 2f1eca8Copy full SHA for 2f1eca8
pmd7/build.gradle.kts
@@ -10,7 +10,7 @@ repositories {
10
}
11
12
// Keep this in sync with src/Constants.ts > PMD7_VERSION
13
-var pmd7Version = "7.4.0"
+var pmd7Version = "7.5.0"
14
15
val pmdDist7Dir = "$buildDir/../../dist/pmd7"
16
src/Constants.ts
@@ -2,7 +2,7 @@ import os = require('os');
2
import path = require('path');
3
4
// Keep this in sync with <repoRoot>/pmd7/build.gradle.kts > pmd7Version
5
-export const PMD7_VERSION = '7.4.0';
+export const PMD7_VERSION = '7.5.0';
6
7
export const PMD_APPEXCHANGE_RULES_VERSION = '0.15';
8
0 commit comments