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', '') //用|隔开多个