Skip to content

Commit

Permalink
Upgrade Checkstyle to 8.12 (#4574)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoloff authored and RoiEXLab committed Jan 14, 2019
1 parent c08bd99 commit a851b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -151,7 +151,7 @@ subprojects {
}

checkstyle {
toolVersion = "8.8"
toolVersion = '8.12'
configFile = rootProject.file('config/checkstyle/checkstyle.xml')
configProperties = [samedir: configFile.parent]
}
Expand Down

0 comments on commit a851b30

Please sign in to comment.