This is an automated email from the ASF dual-hosted git repository.

ijuma pushed a commit to branch 2.0
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.0 by this push:
     new 6962f26  MINOR: Update README to specify Gradle 4.6 as the minimum 
required version (#5606)
6962f26 is described below

commit 6962f260e03432b1db01ec6288db025b442be7d3
Author: Manikumar Reddy O <manikumar.re...@gmail.com>
AuthorDate: Tue Sep 4 17:59:50 2018 +0530

    MINOR: Update README to specify Gradle 4.6 as the minimum required version 
(#5606)
    
    #5602 uses `annotationProcessor`, which was introduced in Gradle 4.6.
    
    Reviewers: Ismael Juma <ism...@juma.me.uk>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 18cb03e..2285814 100644
--- a/README.md
+++ b/README.md
@@ -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 4.5 or higher.
+Kafka requires Gradle 4.6 or higher.
 
 Java 8 should be used for building in order to support both Java 8 and Java 10 
at runtime.
 

Reply via email to