Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Chat with Druid committers and users in real-time on the Apache Druid Slack chan

### Building from source

Please note that JDK 8 is required to build Druid.
Please note that JDK 8 or JDK 11 is required to build Druid.

For instructions on building Druid from source, see [docs/development/build.md](docs/development/build.md)

Expand Down
4 changes: 3 additions & 1 deletion docs/development/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ make sure it has `/master/` in the URL.

##### Installing Java and Maven

- JDK 8, 8u92+. We recommend using an OpenJDK distribution that provides long-term support and open-source licensing,
- JDK 8, 8u92+ or JDK 11

We recommend using an OpenJDK distribution that provides long-term support and open-source licensing,
like [Amazon Corretto](https://aws.amazon.com/corretto/) or [Azul Zulu](https://www.azul.com/downloads/zulu/).
- [Maven version 3.x](http://maven.apache.org/download.cgi)

Expand Down