Not able to Create Workspace with initBundle

Jamie Sammons, modified 2 Years ago. New Member Posts: 3 Join Date: 2/3/23 Recent Posts

Trying to create my First Lilferay workspace :Liferay DXP 7.2. From the liferay university course Exercise: Set Up the Liferay Workspace and Portal

Use the exact gradle.propertie file that is in the course.

My Env:

IDE: Liferay developer Studio 3.9.7.202207131011-ga8 (Windows)  - Gradle: version 7.6

I  get my task list and when him trying to execute "task initBundle --warning-mode all"

I get the Following... what him I doing wrong?​
rchies: [C:\MIK\LiferayWorkspacewithDevStudio\eclipse-workspace\training-workspace]

thumbnail
Jamie Sammons, modified 2 Years ago. New Member Posts: 18 Join Date: 8/3/22 Recent Posts

Hi, 

is there a particular reason you use 7.2? Usually you should use the latest version, which would be 7.4.

The message looks like half of it is missing, can you double check on that? Maybe provide a screenshot?

Jamie Sammons, modified 2 Years ago. New Member Posts: 3 Join Date: 2/3/23 Recent Posts

The Contract that him in is using 7.2.

I did find and answer to my question, By running Gradle 5.6 instead of 7.6 .... took care of the issue.

Thanks Adrian,