Repository: kafka
Updated Branches:
  refs/heads/0.8.2 96ce96dc9 -> 7130da90a


KAFKA-1861; Publishing kafka-client:test in order to utilize the helper utils 
in TestUtils; patched by Manikumar Reddy; reviewed by Jun Rao


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/7130da90
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/7130da90
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/7130da90

Branch: refs/heads/0.8.2
Commit: 7130da90a9ee9e6fb4beb2a2a6ab05c06c9bfac4
Parents: 96ce96d
Author: Manikumar Reddy <manikumar.re...@gmail.com>
Authored: Wed Jan 28 19:39:56 2015 -0600
Committer: Jun Rao <jun...@gmail.com>
Committed: Wed Jan 28 19:39:56 2015 -0600

----------------------------------------------------------------------
 build.gradle | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/7130da90/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 1cbab29..7982fe7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -375,4 +375,7 @@ project(':clients') {
     include "**/org/apache/kafka/common/serialization/*"
   }
 
+  artifacts {
+    archives testJar
+  }
 }

Reply via email to