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.
1 parent f96a187 commit 4227b61Copy full SHA for 4227b61
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.10.0"
+var pmd7Version = "7.11.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.10.0';
+export const PMD7_VERSION = '7.11.0';
6
7
export const PMD_APPEXCHANGE_RULES_VERSION = '0.16';
8
0 commit comments