Repository: incubator-groovy Updated Branches: refs/heads/GROOVY_2_4_X 871f49579 -> a393a07e5
build tweak - rely on checkstyle version from gradle plugin Conflicts: build.gradle Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/d4eefb7b Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/d4eefb7b Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/d4eefb7b Branch: refs/heads/GROOVY_2_4_X Commit: d4eefb7b3199f4e91d2264208261db515c49abe2 Parents: 871f495 Author: Paul King <pa...@asert.com.au> Authored: Wed May 20 13:01:04 2015 +1000 Committer: Paul King <pa...@asert.com.au> Committed: Thu May 21 17:54:31 2015 +1000 ---------------------------------------------------------------------- build.gradle | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/d4eefb7b/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index a6046aa..07f5ba4 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,6 @@ ext { antVersion = '1.9.4' asmVersion = '5.0.3' antlrVersion = '2.7.7' - checkstyleVersion = '4.4' coberturaVersion = '1.9.4.1' commonsCliVersion = '1.2' commonsHttpClientVersion = '3.1' @@ -137,7 +136,6 @@ ext { openbeansVersion = '1.0' openejbVersion = '1.0' qdoxVersion = '1.12.1' - simianVersion = '2.2.4' slf4jVersion = '1.7.6' xmlunitVersion = '1.5' xstreamVersion = '1.4.7' @@ -178,10 +176,6 @@ dependencies { testCompile "com.thoughtworks.qdox:qdox:$qdoxVersion" tools "com.googlecode.jarjar:jarjar:$jarjarVersion" - tools("checkstyle:checkstyle:$checkstyleVersion") { - exclude(module: 'junit') - } - tools "redhill:simian:$simianVersion" tools("net.sourceforge.cobertura:cobertura:$coberturaVersion") { exclude(module: 'asm') exclude(module: 'asm')