Update steps to install JDK 6 on Mac OS (#4052)

This commit is contained in:
Muhammad Hakim Asy'ari
2021-02-08 20:41:38 +07:00
committed by GitHub
parent d4b0688690
commit 3e17317f31
+2 -2
View File
@@ -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
```bash
$ brew tap caskroom/versions
$ brew cask install java6
$ brew tap homebrew/cask-versions
$ brew install --cask java6
```
On Windows you might need to add long paths setting to the repo: