Spring Tool Suite (STS) - Can not import using Gradle (Buildship)

15,595

This has been resolved. See the issue update at https://github.com/spring-projects/spring-ide/issues/90

To install STS update from snapshot site, got to Help > Install New Software and add the update site https://dist.springframework.org/snapshot/IDE/nightly as mentioned in the issue ticket.

Worked for me.

Share:
15,595

Related videos on Youtube

BustedSanta
Author by

BustedSanta

Updated on July 01, 2022

Comments

  • BustedSanta
    BustedSanta almost 2 years

    Please, let me start by saying that I am aware of the following question: Spring STS does not work with Gradle. However, the answer does not resolve my issue.

    Here is information about my configuration and the issue.

    Java: java version "1.8.0_111"

    OS: Win 10 Home

    Eclipse: Eclipse Java EE IDE for Web Developers. Version: Neon Release (4.6.0) Build id: 20160613-1800

    Software installed in Eclipse:

    enter image description here

    I also installed the legacy extension as advised in the question mentioned above. enter image description here

    Issue:

    I try to create a new Gradle (buildship) via the Spring Getting Started Content but I keep getting the error: "Can not import using Gradle (Buildship) because Buildship Gradle Tooling is not installed. You can install it from Eclipse Marketplace".

    enter image description here

    I am unable to resolve this issue. Any suggestions how to resolve this?

    Thank you!

  • BustedSanta
    BustedSanta over 7 years
    thanks very much. I can confirm that the suggested solution worked for me as well!