Repository: kafka Updated Branches: refs/heads/trunk f689e9b1e -> 11ec9bf5a
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/11ec9bf5 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/11ec9bf5 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/11ec9bf5 Branch: refs/heads/trunk Commit: 11ec9bf5a5f150e5c172f88bb3e60b197ee9df5a Parents: f689e9b Author: Manikumar Reddy <[email protected]> Authored: Wed Jan 28 19:33:15 2015 -0600 Committer: Jun Rao <[email protected]> Committed: Wed Jan 28 19:33:15 2015 -0600 ---------------------------------------------------------------------- build.gradle | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/11ec9bf5/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 3a509c3..a980f61 100644 --- a/build.gradle +++ b/build.gradle @@ -375,4 +375,7 @@ project(':clients') { include "**/org/apache/kafka/common/serialization/*" } + artifacts { + archives testJar + } }
