diff options
author | Mark Roberts <wizzat@gmail.com> | 2014-04-23 02:04:04 -0700 |
---|---|---|
committer | Mark Roberts <wizzat@gmail.com> | 2014-04-23 02:04:04 -0700 |
commit | 7e5c847aa91de8786c08e8424519ddd22d5c67e8 (patch) | |
tree | ea1edb1092284e4d82c6c0c5d0b2728b509f2f1a /build_integration.sh | |
parent | 6628c109b786cfc3c429400eaa258298bcc77ec0 (diff) | |
download | kafka-python-7e5c847aa91de8786c08e8424519ddd22d5c67e8.tar.gz |
Add support for kafka 0.8.1
Diffstat (limited to 'build_integration.sh')
-rwxr-xr-x | build_integration.sh | 1 |
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) |