Skip to content

Commit

Permalink
[Java] Upgrade to Checkstyle 8.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Aug 13, 2018
1 parent 1ceb98e commit 4871864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -123,7 +123,7 @@ subprojects {
jar.enabled = true

dependencies {
checkstyle 'com.puppycrawl.tools:checkstyle:8.11'
checkstyle 'com.puppycrawl.tools:checkstyle:8.12'

testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:2.21.0'
Expand All @@ -132,7 +132,7 @@ subprojects {

checkstyle {
configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
toolVersion = '8.11'
toolVersion = '8.12'
}

compileJava {
Expand Down

0 comments on commit 4871864

Please sign in to comment.