This is an automated email from the ASF dual-hosted git repository.
ijuma pushed a commit to branch 1.1
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/1.1 by this push:
new 77ab775 MINOR: Update README to specify Gradle 4.6 as the minimum
required version (#5606)
77ab775 is described below
commit 77ab775fd225ff46355f615cceda61eeff32e29e
Author: Manikumar Reddy O <[email protected]>
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 <[email protected]>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9371e48..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 3.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.