インストール方法は次のサイトに載ってある。
https://gradle.org/install/
インストールした手順は次の通り。
1. Homebrewのインストールコマンドを実施。
brew install gradle Warning: You are using OS X 10.13. We do not provide support for this pre-release version. You may encounter build failures or other breakage. ==> Downloading https://downloads.gradle.org/distributions/gradle-2.7-bin.zip ######################################################################## 100.0% 🍺 /usr/local/Cellar/gradle/2.7: 164 files, 47M, built in 2.7 minutes
2. $PATHにgradleのbinフォルダを設定して、gradleのコマンドを実行できるようにする。
vi ./.bash_profile
.bash_profileの編集内容。
export PATH=$PATH:/usr/local/Cellar/gradle/2.7/bin
3. 2.で設定した$PATHを反映する。
source ./.bash_profile
4. gradleのコマンドを確認。次のようになってれば、OK!
gradle -v ------------------------------------------------------------ Gradle 2.7 ------------------------------------------------------------ Build time: 2015-09-14 07:26:16 UTC Build number: none Revision: c41505168da69fb0650f4e31c9e01b50ffc97893 Groovy: 2.3.10 Ant: Apache Ant(TM) version 1.9.3 compiled on December 23 2013 JVM: 1.8.0_144 (Oracle Corporation 25.144-b01) OS: Mac OS X 10.13.3 x86_64
0 件のコメント :
コメントを投稿