Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong version of gradle is used #1246

Open
loicdesguin opened this issue Jul 7, 2023 · 1 comment
Open

Wrong version of gradle is used #1246

loicdesguin opened this issue Jul 7, 2023 · 1 comment

Comments

@loicdesguin
Copy link

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants