将以下配置写入gradle.properties文件中
# http代理
systemProp.http.proxyHost=
systemProp.http.proxyPort=8080
systemProp.http.proxyUser=userid
systemProp.http.proxyPassword=password
systemProp.http.nonProxyHosts=*.|localhost
#https代理
systemProp.https.proxyHost=
systemProp.https.proxyPort=8080
systemProp.https.proxyUser=userid
systemProp.https.proxyPassword=password
systemProp.https.nonProxyHosts=*.|localhost
















