Repository: incubator-groovy Updated Branches: refs/heads/master 5fa7a5c9f -> 2bd78e2e7
build tweak - rely on checkstyle version from gradle plugin Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/2bd78e2e Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/2bd78e2e Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/2bd78e2e Branch: refs/heads/master Commit: 2bd78e2e7fe5635720727eaf3f3377cb1945ca68 Parents: 5fa7a5c Author: Paul King <pa...@asert.com.au> Authored: Wed May 20 13:01:04 2015 +1000 Committer: Paul King <pa...@asert.com.au> Committed: Wed May 20 13:01:04 2015 +1000 ---------------------------------------------------------------------- build.gradle | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/2bd78e2e/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index b9d92cc..b081bda 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,6 @@ ext { antVersion = '1.9.4' asmVersion = '5.0.3' antlrVersion = '2.7.7' - checkstyleVersion = '4.4' coberturaVersion = '1.9.4.1' commonsCliVersion = '1.3' commonsHttpClientVersion = '3.1' @@ -162,9 +161,6 @@ dependencies { testCompile "com.thoughtworks.qdox:qdox:$qdoxVersion" tools "com.googlecode.jarjar:jarjar:$jarjarVersion" - tools("checkstyle:checkstyle:$checkstyleVersion") { - exclude(module: 'junit') - } tools("net.sourceforge.cobertura:cobertura:$coberturaVersion") { exclude(module: 'asm')