- gradle全局代理
~/.gradle/gradle.properties
systemProp.https.proxyPort=1080
systemProp.http.proxyHost=localhost
systemProp.https.proxyHost=localhost
systemProp.http.proxyPort=1080
- gradle jar存储目录
~/.gradle/caches/modules-2/files-2.1
(base) lizhiyongs-iMac:6.0.5 lizhiyong$ cd /Users/lizhiyong/.gradle/caches/modules-2/files-2.1(base) lizhiyongs-iMac:files-2.1 lizhiyong$ lltotal 0drwxr-xr-x 3 lizhiyong staff 102 Sep 4 09:15 cglibdrwxr-xr-x 3 lizhiyong staff 102 Sep 4 09:16 com.fasterxmldrwxr-xr-x 5 lizhiyong staff 170 Oct 12 16:57 com.fasterxml.jacksondrwxr-xr-x 5 lizhiyong staff 170 Sep 4 09:15 com.fasterxml.jackson.coredrwxr-xr-x 5 lizhiyong staff 170 Sep 4 09:15 com.fasterxml.jackson.dataformatdrwxr-xr-x 6 lizhiyong staff 204 Sep 4 09:16 com.fasterxml.jackson.datatypedrwxr-xr-x 5 lizhiyong staff 170 Sep 4 09:15 com.fasterxml.jackson.jaxrsdrwxr-xr-x 6 lizhiyong staff 204 Sep 4 09:16 com.fasterxml.jackson.moduledrwxr-xr-x 3 lizhiyong staff 102 Sep 4 09:15 com.fasterxml.woodstoxdrwxr-xr-x 4 lizhiyong staff 136 Sep 4 09:15 com.github.ben-manes.caffeinedrwxr-xr-x 3 lizhiyong staff 102 Sep 4 09:15 com.github.lalyos
