Update steps to install JDK 6 on Mac OS (#4052)
This commit is contained in:
committed by
GitHub
parent
d4b0688690
commit
3e17317f31
@@ -59,8 +59,8 @@ You also can use [Gradle properties](https://docs.gradle.org/current/userguide/b
|
|||||||
Note: The JDK 6 for MacOS is not available on Oracle's site. You can install it by
|
Note: The JDK 6 for MacOS is not available on Oracle's site. You can install it by
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ brew tap caskroom/versions
|
$ brew tap homebrew/cask-versions
|
||||||
$ brew cask install java6
|
$ brew install --cask java6
|
||||||
```
|
```
|
||||||
|
|
||||||
On Windows you might need to add long paths setting to the repo:
|
On Windows you might need to add long paths setting to the repo:
|
||||||
|
|||||||
Reference in New Issue
Block a user