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

Upgrade PMD to next version 6.8

parent 9421fdaf
No related branches found
No related tags found
1 merge request!187Migrate Beam benchmark implementation
...@@ -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