Skip to content

Commit

Permalink
[Java] Upgrade to Checkstyle 8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Jul 27, 2017
1 parent 9ce7dc9 commit 5712a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ subprojects {
}

dependencies {
checkstyle 'com.puppycrawl.tools:checkstyle:8.0'
checkstyle 'com.puppycrawl.tools:checkstyle:8.1'
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.24.1'

testCompile 'org.hamcrest:hamcrest-all:1.3'
Expand All @@ -130,7 +130,7 @@ subprojects {

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

test {
Expand Down

0 comments on commit 5712a8f

Please sign in to comment.