mirror of https://github.com/apache/kafka.git
KAFKA-5895: Gradle 3.0+ is needed on the build (#3861)
Reviewers: Ismael Juma <ismael@juma.me.uk>
This commit is contained in:
parent
9fcb0017d7
commit
43aaa7c363
|
@ -4,7 +4,7 @@ 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.
|
||||
Kafka requires Gradle 3.0 or higher.
|
||||
|
||||
Java 7 should be used for building in order to support both Java 7 and Java 8 at runtime.
|
||||
|
||||
|
|
Loading…
Reference in New Issue