Mac技能

 

Where is gradle installed on my mac

http://intrepidjava.com/gradle-installed-mac/

Now navigate to
/usr/local/bin
and run

1

ls -la gradle

The result will be

1

2

$ ls -la gradle

lrwxr-xr-x  1 rxs4498  admin  39 Jan  8 11:47 gradle -> ../Cellar/[email protected]/2.14.1/bin/gradle

This shows us that this gradle file is actually just a symlink to the
real gradle program that was installed in homebrews /usr/local/Cellar directory.

Intellij使用本地gradle最后目录是:/usr/local/Cellar/gradle/4.7/libexec

你可能感兴趣的:(工具效能)