I currently have gradle 1.10
I have tried:
brew versions gradle
and then:
git checkout 8ef0672 /usr/local/Library/Formula/gradle.rb
because I saw:
1.12 git checkout 8ef0672 /usr/local/Library/Formula/gradle.rb
but got this error:
fatal: Not a git repository (or any of the parent directories): .git
how can I install specific gradle version using homebrew?