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

杀马特。学长 韩版系。学妹 提交于 2019-12-20 06:37:29

问题


I'm using the Spring Tool Suite:

Version: 3.9.0.RELEASE Build Id: 201707061903 Platform: Eclipse Neon.3 (4.6.3)

And the Gradle plugin installed:

Buildship: Eclipse Plug-ins for Gradle 2.1.1.v20170713-0942 org.eclipse.buildship.feature.group Eclipse Buildship

I'm trying to create a new Spring Starter Project, but I've this message when I select the type "Gradle (Buildship 1.x)" or "Gradle (Buildship 2.x)" or "Gradle (STS)"

Can not import using Gradle (Buildship 2.x) because Buildship Gradle Tooling version 2.x is not installed. You can install it from Eclipse Marketplace.

Any help?

Thanks, Andrea


回答1:


Buildship 2.1.2 got released (available from the Eclipse Marketplace) and is fully compatible with STS 3.9.0 again.




回答2:


Buildship 2.1.0 and 2.1.1 is not compatible with STS 3.9.0, more details can be found here:

https://github.com/spring-projects/spring-ide/issues/163

The solution is to install Buildship 2.0.x from the Eclipse Oxygen update site instead.



来源:https://stackoverflow.com/questions/45376675/spring-tool-suite-not-possible-to-create-new-project-with-gradle-can-not-import

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!