首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

gradle 配备NTLM proxy authentication

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

热点排行