Reputation: 14520
i download fresh STS, do 'import' and... there is nothing related to gradle.
do i have to install some plugins first? or maybe preferred way is to add apply plugin 'eclipse'
and run gradle eclipse
first? what is the suggested way?
Upvotes: 5
Views: 14831
Reputation: 48733
From https://github.com/eclipse/buildship/wiki/Migration-guide-from-STS-Gradle-to-Buildship
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.
So Buildship is the only currently supported variant.
Upvotes: 3
Reputation: 6508
There are three options to import Gradle projects into STS/Eclipse:
Upvotes: 7