Install / upgrade gradle on Mac OS X

后端 未结 5 2165
我寻月下人不归
我寻月下人不归 2020-12-22 19:49

How do I install/upgrade gradle for Mac?

5条回答
  •  一生所求
    2020-12-22 20:21

    As mentioned in this tutorial, it's as simple as:

    To install

    brew install gradle
    

    To upgrade

    brew upgrade gradle
    

    (using Homebrew of course)

    Also see (finally) updated docs.

    Cheers :)!

提交回复
热议问题