This is an automated email from the ASF dual-hosted git repository. jgus 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 09c4a3e8 MINOR: Update README.md with Gradle 5+ requirement (#6039) 09c4a3e8 is described below commit 09c4a3e87dc2d247d4d88dc17b665daa34089f90 Author: Attila Sasvari AuthorDate: Tue Dec 18 01:30:14 2018 +0100 MINOR: Update README.md with Gradle 5+ requirement (#6039) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f9a78d..a1e742d 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.7 or higher. +Kafka requires Gradle 5.0 or higher. Java 8 should be used for building in order to support both Java 8 and Java 11 at runtime.