Skip to content

Commit 542dfd7

Browse files
committed
Fix java version requirement in contributing/getting-started
1 parent c5ef2d0 commit 542dfd7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/docs/contributing/getting-started.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ title: Getting Started
77

88
Requirements
99
------------
10-
Make sure that you are using Java 8: The output of `java -version` should
11-
contain `1.8`. Work to support Java 9 is
12-
[ongoing](https://github.com/lampepfl/dotty/pull/3138).
10+
Make sure that you are using Java 8 or newer. You can determine which version of the JDK is the
11+
default by typing `java -version` in a Terminal window.
1312

1413
Compiling and Running
1514
---------------------

0 commit comments

Comments
 (0)