读书人

gradle 配备NTLM proxy authentication

发布时间: 2012-07-26 12:01:08 作者: rapoo

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

读书人网 >软件架构设计

热点推荐