Repository: buildr Updated Branches: refs/heads/master 8141d9f25 -> fd6b97574
Update checkstyle addon to use checkstyle 6.1.1 Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/65f4c70f Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/65f4c70f Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/65f4c70f Branch: refs/heads/master Commit: 65f4c70f62d07151192b29a95c8cf55575e52a42 Parents: 8141d9f Author: neher <[email protected]> Authored: Wed Dec 24 08:31:03 2014 +0100 Committer: neher <[email protected]> Committed: Wed Dec 24 08:31:03 2014 +0100 ---------------------------------------------------------------------- addon/buildr/checkstyle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/65f4c70f/addon/buildr/checkstyle.rb ---------------------------------------------------------------------- diff --git a/addon/buildr/checkstyle.rb b/addon/buildr/checkstyle.rb index ef5d76c..2e741e8 100644 --- a/addon/buildr/checkstyle.rb +++ b/addon/buildr/checkstyle.rb @@ -23,7 +23,7 @@ module Buildr # The specs for requirements def dependencies [ - 'com.puppycrawl.tools:checkstyle:jar:6.0', + 'com.puppycrawl.tools:checkstyle:jar:6.1.1', 'antlr:antlr:jar:2.7.7', 'org.antlr:antlr4-runtime:jar:4.3', 'com.google.guava:guava:jar:18.0',
