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:29:59 UTC

[kafka] branch trunk 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 trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


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

commit 62ea10a5c17b6a8d3ebed26cdba813647585dc20
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)
    
    #5602 uses `annotationProcessor`, which was introduced in Gradle 4.6.
    
    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 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.