Skip to content

Commit 0c4c009

Browse files
liutikascopybara-github
authored andcommitted
[GH] Update contribution guide to reflect JDK 17 is now required
## Proposed Changes Update contribution guide to reflect JDK 17 is now required ## Testing Test: N/A This is an imported pull request from androidx#453. Resolves androidx#453 Github-Pr-Head-Sha: 412feee GitOrigin-RevId: 480d556 Change-Id: Ia95271dc4e7d0e6faaec671b5cedcaca3ab79347
1 parent 21bad5d commit 0c4c009

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ creating a fork of the [androidx/androidx](https://github.com/androidx/androidx)
3737

3838
- Click on the `Actions` tab in the forked `androidx` repository, and enable the use of `Workflows`.
3939

40-
- Download and install JDK 11, if you don’t have it already.
40+
- Download and install JDK 17, if you don’t have it already.
4141

42-
Note the installation directory. If you already have JDK 11 installed and set as default, you can
42+
Note the installation directory. If you already have JDK 17 installed and set as default, you can
4343
find this with `which javac`.
4444

4545
- Download and install [Android Studio](https://developer.android.com/studio) if you don't have it
@@ -60,7 +60,7 @@ creating a fork of the [androidx/androidx](https://github.com/androidx/androidx)
6060

6161
```bash
6262
# You could also add this to your .{bash|zsh}rc file.
63-
export JAVA_HOME="location of JDK 11 directory"
63+
export JAVA_HOME="location of JDK 17 directory"
6464
export ANDROID_SDK_ROOT="location of the Android SDK directory"
6565
```
6666

0 commit comments

Comments
 (0)