Revert "project: Update checkstyle (#1710)"

This reverts commit 97df39c5d8.
This commit is contained in:
Owain van Brakel
2019-10-04 03:48:51 +02:00
parent 2ed949506e
commit 71ed8abb1f
4 changed files with 5 additions and 8 deletions

View File

@@ -137,7 +137,7 @@ subprojects {
}
checkstyle {
toolVersion = '8.25'
toolVersion = '6.4.1'
sourceSets = [sourceSets.main]
configFile = file("${rootDir}/checkstyle/checkstyle.xml")
configProperties = [ "suppressionFile" : file("${rootDir}/checkstyle/suppressions.xml")]