From 1388ed9ba21a4f451f4208e0a6179bb18b14008d Mon Sep 17 00:00:00 2001 From: Vahid Hashemian Date: Tue, 26 Jan 2016 15:33:48 -0800 Subject: [PATCH] KAFKA-3116; Specify minimum Gradle version required in Readme Author: Vahid Hashemian Reviewers: Gwen Shapira Closes #813 from vahidhashemian/KAFKA-3116 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6d27363b063..4f8b7307ed9 100644 --- a/README.md +++ b/README.md @@ -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 ###