9
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

gradleをHomebrewでインストールする

Last updated at Posted at 2019-03-26

gradleをbrewで入れる方法

brew install gradle

他にも、パッケージマネージャで入れる方法としてSDKMAN!を使う方法もある。そのへんの詳細は、公式ドキュメントのInstalling Gradleを参照。

インストールしたバージョンはgradle -vで見れる。

gradle -v

------------------------------------------------------------
Gradle 5.3
------------------------------------------------------------

Build time:   2019-03-20 11:03:29 UTC
Revision:     f5c64796748a98efdbf6f99f44b6afe08492c2a0

Kotlin:       1.3.21
Groovy:       2.5.4
Ant:          Apache Ant(TM) version 1.9.13 compiled on July 10 2018
JVM:          11.0.2 (AdoptOpenJDK 11.0.2+9)
OS:           Mac OS X 10.14.3 x86_64
9
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?