Skip to content

Commit e30f1ac

Browse files
authored
Merge pull request #5275 from dotty-staging/update-getting-started
Fix java version requirement in contributing/getting-started
2 parents be9264b + 542dfd7 commit e30f1ac

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)