DBZ-4949 Update README to use Java 17 for compilation

This commit is contained in:
Vojtech Juranek 2022-05-13 08:58:46 +02:00 committed by Jiri Pechanec
parent 5d09c3c044
commit bd11b5a7e9

View File

@ -54,7 +54,7 @@ The [Command Query Responsibility Separation (CQRS)](http://martinfowler.com/bli
The following software is required to work with the Debezium codebase and build it locally:
* [Git](https://git-scm.com) 2.2.1 or later
* JDK 11 or later, e.g. [OpenJDK](http://openjdk.java.net/projects/jdk/)
* JDK 17 or later, e.g. [OpenJDK](http://openjdk.java.net/projects/jdk/)
* [Apache Maven](https://maven.apache.org/index.html) 3.6.3 or later
* [Docker Engine](https://docs.docker.com/engine/install/) or [Docker Desktop](https://docs.docker.com/desktop/) 1.9 or later