Skip to content
Snippets Groups Projects
Commit 2d96af31 authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Upgrade PMD to next version 6.8

parent 11fcf2b8
No related branches found
No related tags found
1 merge request!187Migrate Beam benchmark implementation
This commit is part of merge request !187. Comments created here will be created in the context of that merge request.
...@@ -50,7 +50,7 @@ pmd { ...@@ -50,7 +50,7 @@ pmd {
ruleSets = [] // Gradle requires to clean the rule sets first ruleSets = [] // Gradle requires to clean the rule sets first
ruleSetFiles = files("$rootProject.projectDir/config/pmd.xml") ruleSetFiles = files("$rootProject.projectDir/config/pmd.xml")
ignoreFailures = false ignoreFailures = false
toolVersion = "6.7.0" toolVersion = "6.8.0"
} }
checkstyle { checkstyle {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment