Skip to content
Snippets Groups Projects
Commit d69d2485 authored by Sören Henning's avatar Sören Henning
Browse files

Update PMD and Checkstyle versions

parent 68ffa28c
No related branches found
No related tags found
1 merge request!188Upgrade PMD and Checkstyle versions
......@@ -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.8.0"
toolVersion = "6.13.0"
}
checkstyle {
......@@ -58,7 +58,7 @@ checkstyle {
configFile = file("$rootProject.projectDir/config/checkstyle.xml")
maxWarnings = 0
ignoreFailures = false
toolVersion = "8.12"
toolVersion = "8.19"
}
spotbugs {
......
......@@ -5,7 +5,6 @@ import com.esotericsoftware.kryo.Serializer;
import com.esotericsoftware.kryo.io.Input;
import com.esotericsoftware.kryo.io.Output;
import com.google.common.math.Stats;
import java.io.Serializable;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment