gradle 设置代理

在gradle.properties增加如下配置

org.gradle.jvmargs=-DsocksProxyHost=127.0.0.1 -DsocksProxyPort=1080

systemProp.https.proxyPort=1080

systemProp.http.proxyHost=127.0.0.1

systemProp.https.proxyHost=127.0.0.1

systemProp.http.proxyPort=1080


 

你可能感兴趣的:(android)