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 3e2e380 + 1c93785 commit a819109Copy full SHA for a819109
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.7.0"
+var pmd7Version = "7.8.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.7.0';
+export const PMD7_VERSION = '7.8.0';
6
7
export const PMD_APPEXCHANGE_RULES_VERSION = '0.16';
8
0 commit comments