Skip to content

Commit

Permalink
Updated checkstyle version (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matas Ramašauskas authored and jemmaSlater committed Nov 28, 2016
1 parent ec80b7d commit a4f66cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/quality/quality.gradle
Expand Up @@ -15,7 +15,7 @@ apply plugin: 'findbugs'
apply plugin: 'pmd'

dependencies {
checkstyle 'com.puppycrawl.tools:checkstyle:6.5'
checkstyle 'com.puppycrawl.tools:checkstyle:6.11.1'
}

def qualityConfigDir = "$project.rootDir/config/quality";
Expand Down

0 comments on commit a4f66cc

Please sign in to comment.