gradle 配置NTLM proxy authentication在build.gradle中加入System.setProperty(http.proxyHost, )?Sy
gradle 配置NTLM proxy authentication
在build.gradle中加入
System.setProperty('http.proxyHost', '')?
System.setProperty('http.proxyPort', '')
System.setProperty('http.auth.ntlm.domain', '')
System.setProperty('http.proxyUser', '')?
System.setProperty('http.proxyPassword', '')?
System.setProperty('http.nonProxyHosts', '') //用|隔开多个
