0

I am using Eclipse Version: Oxygen.3a Release (4.7.3a). Eclipse is not allowing to create spring starter project with Type: Gradle (Buildship 1.x).

enter image description here

I have already installed Buildship Gradle Integration 2.0 installed in my eclipse.

enter image description here

I have already referred the below stackoverflow links. But couldn't find solution.

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

Spring Tool Suite not possible to create new project with Gradle: Can not import using Gradle (STS) because STS Gradle Tooling is not installed

please suggest.

Gautam Tyagi
  • 140
  • 4
  • 16

1 Answers1

1

It says buildship 1.x, and the thing you installed says 2. That could be the reason, but I normally use maven for spring projects.

  • I tried searching buldship 1.0 as well, but that is not getting listed at all in the eclipse market place. – Gautam Tyagi Aug 07 '18 at 08:04
  • 1
    You can just download a project from [link](http://start.spring.io) . There's really no reason to even use that plugin unless you don't have access to the internet. It looks like your internet works fine. – Paulo van Goethe Aug 07 '18 at 08:10
  • https://github.com/eclipse/buildship/blob/master/docs/user/Installation.md – Gautam Tyagi Aug 10 '18 at 17:46
  • accepting your answer as it solved my purpose other way around but han't got a proper reason for my question. anyways thanks. – Gautam Tyagi Sep 02 '18 at 07:41