You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2018/09/04 12:38:09 UTC

[kafka] branch 1.0 updated: MINOR: Update README to specify Gradle 4.6 as the minimum required version (#5606)

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

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


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

commit 8d6f833cd86b5cdd31a885e105c9e9b2cc99e2a0
Author: Manikumar Reddy O <ma...@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)
    
    Reviewers: Ismael Juma <is...@juma.me.uk>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3a1d82a..aac7867 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 2.0 or higher.
+Kafka requires Gradle 4.6 or higher.
 
 Java 7 should be used for building in order to support both Java 7 and Java 8 at runtime.