mirror of https://github.com/apache/kafka.git
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:
parent
82c2191490
commit
1388ed9ba2
|
@ -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.
|
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.
|
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 ###
|
### First bootstrap and download the wrapper ###
|
||||||
|
|
Loading…
Reference in New Issue