Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install gradle 3.0 on mac with homebrew

I just recently switched to mac. For some reasons, I need to install gradle with version 3.0 (exactly 3.0). I could install gradle version 2.14 by using brew install homebrew/versions/gradle214, but I couldn't do the same with the version 3.0. Can someone help me?

like image 432
Gregorius Edwadr Avatar asked Feb 05 '23 14:02

Gregorius Edwadr


1 Answers

You can use sdkman, it has all gradle versions:

sdk install gradle 3.0
like image 76
Ivan Frolov Avatar answered Feb 08 '23 14:02

Ivan Frolov