Explicit Hamcrest testCompile dependency
Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/90401ddf Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/90401ddf Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/90401ddf Branch: refs/heads/develop Commit: 90401ddf2c493f5a57d0470563d06482572c4462 Parents: cdfe539 Author: Paul Merlin <[email protected]> Authored: Mon Sep 26 18:13:48 2016 +0200 Committer: Paul Merlin <[email protected]> Committed: Mon Sep 26 18:14:29 2016 +0200 ---------------------------------------------------------------------- build.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/90401ddf/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 537616d..15b9107 100644 --- a/build.gradle +++ b/build.gradle @@ -231,6 +231,7 @@ allprojects { testCompile( libraries.ant ) testCompile( libraries.ant_junit ) testCompile( libraries.junit ) + testCompile( libraries.hamcrest ) testRuntime( libraries.asm, libraries.asm_commons, libraries.asm_util ) deployerJars( uploadWagon ) }
