Skip to content

Commit

Permalink
[Java] Upgrade to Checkstyle 7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Nov 2, 2016
1 parent 339dac3 commit 579c31f
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 @@ -115,7 +115,7 @@ subprojects {
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

dependencies {
checkstyle 'com.puppycrawl.tools:checkstyle:7.1.2'
checkstyle 'com.puppycrawl.tools:checkstyle:7.2'
checkstyle 'com.github.sevntu.checkstyle:sevntu-checks:1.21.0'

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

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

compileJava {
Expand Down

0 comments on commit 579c31f

Please sign in to comment.