Repository: kafka Updated Branches: refs/heads/trunk edbed2823 -> 57be6c81a
kafka-1280; exclude kafka-clients jar from dependant-libs dir; patched by Jun Rao; reviewed by Neha Narkhede Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/57be6c81 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/57be6c81 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/57be6c81 Branch: refs/heads/trunk Commit: 57be6c81a748a30e583037ddc70d2eec9acc7832 Parents: edbed28 Author: Jun Rao <[email protected]> Authored: Tue Feb 25 18:09:59 2014 -0800 Committer: Jun Rao <[email protected]> Committed: Tue Feb 25 18:09:59 2014 -0800 ---------------------------------------------------------------------- build.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/57be6c81/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 58a6396..069c2f6 100644 --- a/build.gradle +++ b/build.gradle @@ -180,6 +180,7 @@ project(':core') { tasks.create(name: "copyDependantLibs", type: Copy) { into "$buildDir/dependant-libs-${scalaVersion}" from configurations.runtime + exclude('kafka-clients*') } tasks.create(name: "releaseTarGz", dependsOn: configurations.archives.artifacts, type: Tar) {
