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 dd64087 commit 3f59fe8Copy full SHA for 3f59fe8
CHANGELOG.md
@@ -5,6 +5,7 @@
5
6
Improvements:
7
* Upgraded to Gradle 4.10.2
8
+ * Upgraded PMD to 6.8.0
9
* All lint tasks (ie: lintDebug and lintRelease) are now cacheable and can be up-to-date
10
11
### 2.6.8
src/main/groovy/com/monits/gradle/sca/ToolVersions.groovy
@@ -22,7 +22,7 @@ import org.gradle.util.GradleVersion
22
*/
23
@CompileStatic
24
final class ToolVersions {
25
- private final static String LATEST_PMD_TOOL_VERSION = '6.7.0'
+ private final static String LATEST_PMD_TOOL_VERSION = '6.8.0'
26
private final static String BACKWARDS_PMD_TOOL_VERSION = '5.1.3'
27
private final static GradleVersion GRADLE_VERSION_PMD = GradleVersion.version('2.4')
28
0 commit comments