Skip to content

Commit

Permalink
Update steps to install JDK 6 on Mac OS (#4052)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimrie authored Feb 8, 2021
1 parent d4b0688 commit 3e17317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3e17317

Please sign in to comment.