We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb61fc commit 2554f56Copy full SHA for 2554f56
CONTRIBUTING.md
@@ -81,7 +81,7 @@ to Gradle (in Preferences -> Build, Execution, Deployment -> Build Tools -> Grad
81
* JDK 1.6 referred to by the `JDK_16` environment variable.
82
It is OK to have `JDK_16` pointing to a non 1.6 JDK (e.g. `JAVA_HOME`) for external contributions.
83
* 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.
+ It is OK to have `JDK_18` to a non 1.8 JDK (e.g. `JAVA_HOME`) for external contributions.
85
86
For external contributions you can for example add this to your shell startup scripts (e.g. `~/.zshrc`):
87
```shell
0 commit comments