From 1eb3a987e0d3ef1ba404a1d43fd5e66e768e4359 Mon Sep 17 00:00:00 2001
From: Jean-Francois Im <jfim@linkedin.com>
Date: Mon, 17 Nov 2014 10:11:05 -0800
Subject: [PATCH] Added note about gradle needing to be 2.0 or greater for
 initial bootstrap.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9aca906..9d14887 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ Apache Kafka
 =================
 See our [web site](http://kafka.apache.org) for details on the project.
 
-You need to have [gradle](http://www.gradle.org/installation) installed.
+You need to have [gradle](http://www.gradle.org/installation) 2.0 or greater installed.
 
 ### First bootstrap and download the wrapper ###
     cd kafka_source_dir
-- 
1.7.12.4

