Hello,
Can anyone let me know how can I have Buildship 2.0 in Eclipse Neon ?
It seems that only Buildship 1.0.16 is available with Neon.
Thank you.
Hello,
Can anyone let me know how can I have Buildship 2.0 in Eclipse Neon ?
It seems that only Buildship 1.0.16 is available with Neon.
Thank you.
I have the same issue.
It has to be installed separately via Marketplace. I also thought it would be shipped with the regular Eclipse distribution.
Hi Carlo,
I’ve found only Buildship 1.0.15 in Eclipse Marketplace.
It is also possible to go to Help–>Install New Software–>Add Site–>download.eclipse.org/releases/neon-->General Purpose Tools–>Choose Buildship 1.0.15
No trace of Buildship 2.0, though
Also , on buildship site http://projects.eclipse.org/projects/tools.buildship/downloads
only download links for version 1.0.16 are available.
No 2.0 download links listed there.
It might be that Buildship 2.0 is not available yet even though it is listed as released.
In fact Buildship 2.0 is not yet released. If you would like to give it a try, install the latest [development snapshot] (https://github.com/eclipse/buildship/blob/master/docs/user/Installation.md#installing-from-buildsgradleorg-update-site).
Thank you Donat
I’ll try the latest dev snapshot with Neon.
Unfortunately I have a project that has around 80 modules and I need buildship 2.0 to convince Eclipse to properly import all those modules. (a lot of cyclic deps between those modules…)
Thank you.