KAFKA-1861; Publishing kafka-client:test in order to utilize the helper utils in TestUtils; patched by Manikumar Reddy; reviewed by Jun Rao
diff --git a/build.gradle b/build.gradle
index 1cbab29..7982fe7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -375,4 +375,7 @@
     include "**/org/apache/kafka/common/serialization/*"
   }
 
+  artifacts {
+    archives testJar
+  }
 }