diff --git a/README.md b/README.md index de3ef2c8ef7..a7254c9905d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ See our [web site](https://kafka.apache.org) for details on the project. You need to have [Java](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed. -We build and test Apache Kafka with Java 8, 11 and 14. We set the `release` parameter in javac and scalac +We build and test Apache Kafka with Java 8, 11 and 15. We set the `release` parameter in javac and scalac to `8` to ensure the generated binaries are compatible with Java 8 or higher (independently of the Java version used for compilation).