Skip to content
Snippets Groups Projects

Migrate Beam benchmark implementation

Compare and
81 files
+ 9795
1
Compare changes
  • Side-by-side
  • Inline
Files
81
@@ -50,7 +50,7 @@ pmd {
ruleSets = [] // Gradle requires to clean the rule sets first
ruleSetFiles = files("$rootProject.projectDir/config/pmd.xml")
ignoreFailures = false
toolVersion = "6.7.0"
toolVersion = "6.8.0"
}
checkstyle {
Loading