project: Update checkstyle (#1710)

This commit is contained in:
Owain van Brakel
2019-10-03 22:11:24 +02:00
committed by Ganom
parent e3d02ffbdb
commit 97df39c5d8
4 changed files with 8 additions and 5 deletions

View File

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