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

Merge branch 'feature/252-Upgrade-pmd' into feature/147-add-beam-implementations

parents 26020df8 2d96af31
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