You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2016/09/26 16:14:54 UTC

[6/6] zest-java git commit: Explicit Hamcrest testCompile dependency

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 <pa...@apache.org>
Authored: Mon Sep 26 18:13:48 2016 +0200
Committer: Paul Merlin <pa...@apache.org>
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 )
   }