You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by David Arthur <mu...@gmail.com> on 2013/12/07 17:01:26 UTC

Review Request 16102: Patch for KAFKA-1171

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16102/
-----------------------------------------------------------

Review request for kafka.


Bugs: KAFKA-1171
    https://issues.apache.org/jira/browse/KAFKA-1171


Repository: kafka


Description
-------

Adding basic Gradle build

After installing Gradle (brew install gradle on OS X), run

  gradle build

and it will compile and test the project (just core for now). Output
going to "build" directory.


Diffs
-----

  build.gradle PRE-CREATION 
  gradle.properties PRE-CREATION 

Diff: https://reviews.apache.org/r/16102/diff/


Testing
-------


Thanks,

David Arthur