Foren

How can we make gradle work when running behind proxy

thumbnail
Narsingh Pal, geändert vor 7 Jahren.

How can we make gradle work when running behind proxy

Junior Member Beiträge: 53 Beitrittsdatum: 18.01.14 Neueste Beiträge
Dear all,

Can someone point me to the settings which needs to be done for developing applications for liferay 7 when we are using gradle and are behind corporate firewall, with proxy restrictions.

I tried following settings in /userhome/.gradle/gradle.properties file

systemProp.http.proxyHost=<IP Address of proxy server>
systemProp.http.proxyPort=<port>
systemProp.http.proxyUser=<username>
systemProp.http.proxyPassword=<password>
systemProp.http.user=<username>
systemProp.http.password=<password>
systemProp.http.nonProxyHosts=local.net|some.host.com


But still not able to download the dependencies.


Thanks in advance!!


Thanks and Regards
Narsingh Pal
karthik reddy, geändert vor 7 Jahren.

RE: How can we make gradle work when running behind proxy

Junior Member Beiträge: 60 Beitrittsdatum: 08.04.13 Neueste Beiträge
Hi Narsingh,

Any solution for this. I am facing same issue so please let me know if u have solution.