Skip to content
Merged
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
5 changes: 3 additions & 2 deletions docs/docs/contributing/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ title: Getting Started

Requirements
------------
Make sure that you are using Java 8 or later. The output of `java -version`
should contain `1.8`.
Make sure that you are using Java 8: The output of `java -version` should
contain `1.8`. Work to support Java 9 is
[ongoing](https://github.com/lampepfl/dotty/pull/3138).

Compiling and Running
---------------------
Expand Down