KAFKA-3116; Specify minimum Gradle version required in Readme

Author: Vahid Hashemian <vahidhashemian@us.ibm.com>

Reviewers: Gwen Shapira

Closes #813 from vahidhashemian/KAFKA-3116
This commit is contained in:
Vahid Hashemian 2016-01-26 15:33:48 -08:00 committed by Gwen Shapira
parent 82c2191490
commit 1388ed9ba2
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ See our [web site](http://kafka.apache.org) for details on the project.
You need to have [Gradle](http://www.gradle.org/installation) and [Java](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed.
Kafka requires Gradle 2.0 or higher.
Java 7 should be used for building in order to support both Java 7 and Java 8 at runtime.
### First bootstrap and download the wrapper ###