Message Boards

Creating New Workspace using Blade (Liferay 7)

thumbnail
RM Joven Cudiamat, modified 7 Years ago.

Creating New Workspace using Blade (Liferay 7)

New Member Posts: 2 Join Date: 5/30/13 Recent Posts
It says something like I could not execute build using Gradle distribution 'https://services.gradle.org/distributions/gradle-2.10-bin.zip'.

thumbnail
David H Nebinger, modified 7 Years ago.

RE: Creating New Workspace using Blade (Liferay 7)

Liferay Legend Posts: 14918 Join Date: 9/2/06 Recent Posts
Are you sitting behind a firewall? I believe the init downloads a gradle bundle to set up a contained workspace with a gradle wrapper. Looks like it might not be able to download the gradle distribution as part of this setup.
thumbnail
RM Joven Cudiamat, modified 7 Years ago.

RE: Creating New Workspace using Blade (Liferay 7)

New Member Posts: 2 Join Date: 5/30/13 Recent Posts
Working behind proxy. But already set up all proxy settings. I saw a successful download via cmd. I have also tried to download it manually to be sure and put inside .gradle path.
thumbnail
Narsingh Pal, modified 7 Years ago.

RE: Creating New Workspace using Blade (Liferay 7)

Junior Member Posts: 53 Join Date: 1/18/14 Recent Posts
RM Joven Cudiamat:
Working behind proxy. But already set up all proxy settings. I saw a successful download via cmd. I have also tried to download it manually to be sure and put inside .gradle path.


Hi David,

Even I am facing similar issue. I also set following properties in my userHome\.gradle\gradle.properties file
[indent]systemProp.http.proxyHost=
systemProp.http.proxyPort=
systemProp.http.proxyUser=
systemProp.http.proxyPassword=
systemProp.http.nonProxyHosts=[/indent]

Still the same problem. Is there a way, we can fix this even if we are working behind proxy.


Thanks in advance !!


Regards
Narsingh Pal