KAFKA-5895: Gradle 3.0+ is needed on the build (#3861)

Reviewers: Ismael Juma <ismael@juma.me.uk>
This commit is contained in:
Matthias Wessendorf 2017-12-22 02:52:12 +01:00 committed by Ismael Juma
parent 9fcb0017d7
commit 43aaa7c363
1 changed files with 1 additions and 1 deletions

View File

@ -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.