Skip to content

Commit 3f59fe8

Browse files
committed
Upgrade PMD to 6.8.0
1 parent dd64087 commit 3f59fe8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
Improvements:
77
* Upgraded to Gradle 4.10.2
8+
* Upgraded PMD to 6.8.0
89
* All lint tasks (ie: lintDebug and lintRelease) are now cacheable and can be up-to-date
910

1011
### 2.6.8

src/main/groovy/com/monits/gradle/sca/ToolVersions.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import org.gradle.util.GradleVersion
2222
*/
2323
@CompileStatic
2424
final class ToolVersions {
25-
private final static String LATEST_PMD_TOOL_VERSION = '6.7.0'
25+
private final static String LATEST_PMD_TOOL_VERSION = '6.8.0'
2626
private final static String BACKWARDS_PMD_TOOL_VERSION = '5.1.3'
2727
private final static GradleVersion GRADLE_VERSION_PMD = GradleVersion.version('2.4')
2828

0 commit comments

Comments
 (0)