当前位置: 首页 > 工具软件 > Buildship > 使用案例 >

Eclipse Plug-ins for Gradle: buildship 插件安装说明

田丰
2023-12-01

There are two major Gradle plugins for Eclipse: one created by SpringSource as part of the Spring Tool Suite and one called Buildship developed by Gradle Inc. Since Buildship became an eclipse.org project, the SpringSource developers are planning to phase out their tooling and switch to Buildship.

Buildship

Buildship is a set of Eclipse Plug-ins that provide a deep integration of Gradle into Eclipse. Buildship is hosted on eclipse.org.

Requirements

Buildship can be used with Eclipse 3.6.x or newer. Older versions might work but have not been tested explicitly. Depending on the version of Gradle that Buildship interacts with, certain features of Buildship may not be available.

bulidship 插件安装指导地址参见 

https://github.com/eclipse/buildship/blob/master/docs/user/Installation.md


Buildship与STS Gradle异同

Buildship与STS Gradle 插件异同地址参见:

https://github.com/eclipse/buildship/wiki/Migration-guide-from-STS-Gradle-to-Buildship

可以根据具体需求选择两个插件中的一种

 类似资料: