summaryrefslogtreecommitdiff
path: root/build_integration.sh
diff options
context:
space:
mode:
authorMark Roberts <wizzat@gmail.com>2014-04-23 02:04:04 -0700
committerMark Roberts <wizzat@gmail.com>2014-04-23 02:04:04 -0700
commit7e5c847aa91de8786c08e8424519ddd22d5c67e8 (patch)
treeea1edb1092284e4d82c6c0c5d0b2728b509f2f1a /build_integration.sh
parent6628c109b786cfc3c429400eaa258298bcc77ec0 (diff)
downloadkafka-python-7e5c847aa91de8786c08e8424519ddd22d5c67e8.tar.gz
Add support for kafka 0.8.1
Diffstat (limited to 'build_integration.sh')
-rwxr-xr-xbuild_integration.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_integration.sh b/build_integration.sh
index cc5b9fc..80b3410 100755
--- a/build_integration.sh
+++ b/build_integration.sh
@@ -2,3 +2,4 @@
git submodule update --init
(cd servers/0.8.0/kafka-src && ./sbt update package assembly-package-dependency)
+(cd servers/0.8.1/kafka-src && ./gradlew jarAll)