eclipse / buildship

The Eclipse Plug-ins for Gradle project.
530 stars 169 forks source link

Wrong version of gradle is used #1246

Open loicdesguin opened 1 year ago

loicdesguin commented 1 year ago

Hello,

Lots of problem using Buildship. This error message image when the configuration is set to use version 8.2 image

My question is : how to investigate to determin why the wrong version is still used ?

Thanks Regards

Loïc

oleosterhagen commented 8 months ago

Your screenshot shows the global workspace settings for Gradle. These are considered when creating new projects or importing existing projects.

To reconfigure an already imported project, select the project in the Project or Package Explorer and open Project > Properties. Check Override workspace settings and choose a Specific Gradle version.

grafik

After a refresh (Gradle > Refresh Gradle Project) your project should use the configured version.

Presumably the error message in the problem view (Could not run phased build action [...]) is not related to using version 8.1 instead of 8.2. To see the actual problem, open the Gradle operations console in the console view.

@loicdesguin Please verify and close this issue when everything is fine.