Skip to content

Commit

Permalink
[Java] Upgrade to Checkstyle 7.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed May 4, 2017
1 parent 3701d25 commit a6b3489
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 @@ -111,7 +111,7 @@ subprojects {
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

dependencies {
checkstyle 'com.puppycrawl.tools:checkstyle:7.6.1'
checkstyle 'com.puppycrawl.tools:checkstyle:7.7'
checkstyle 'com.github.sevntu.checkstyle:sevntu-checks:1.23.1'

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

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

compileJava {
Expand Down

0 comments on commit a6b3489

Please sign in to comment.