Installing Gradle on OSX via HomeBrew

Recent selenium project required use of Gradle.  Quickest way to install was via HomeBrew.  No rocket science but I find if I don't write this stuff down I lose it quickly.

Install HomeBrew if you don't have it installed already: goto http://brew.sh/

[code language="bash" gutter="false"]/usr/bin/ruby -e "\$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
[/code]

Use HomeBrew to install gradle

[code language="bash" gutter="false"] brew install gradle [/code]

links

social