Skip to content

Commit 9e76fde

Browse files
elizarovrecheej
authored andcommitted
Consistent JDK versions in CONTRIBUTING.md
1 parent 7003e9a commit 9e76fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ to Gradle (in Preferences -> Build, Execution, Deployment -> Build Tools -> Grad
8181
* JDK 1.6 referred to by the `JDK_16` environment variable.
8282
It is OK to have `JDK_16` pointing to a non 1.6 JDK (e.g. `JAVA_HOME`) for external contributions.
8383
* JDK 1.8 referred to by the `JDK_18` environment variable. Only used by nightly stress-tests.
84-
It is OK to have `JDK_18` to a non 8 JDK (e.g. `JAVA_HOME`) for external contributions.
84+
It is OK to have `JDK_18` to a non 1.8 JDK (e.g. `JAVA_HOME`) for external contributions.
8585

8686
For external contributions you can for example add this to your shell startup scripts (e.g. `~/.zshrc`):
8787
```shell

0 commit comments

Comments
 (0)