When using Buildship to import a Gradle project into an Eclipse workspace, it uses the target eclipseWtp to generate the Eclipse project, classpath and settings files (instead of eclipse). The eclipseWtp task also needs to pull in the generateGdt task.
Note: Currently, there doesn't seem to be an exported constant in the gradle eclipse-wtp plugin that identifies the eclipseWtp task by name.
When using Buildship to import a Gradle project into an Eclipse workspace, it uses the target
eclipseWtp
to generate the Eclipse project, classpath and settings files (instead ofeclipse
). TheeclipseWtp
task also needs to pull in thegenerateGdt
task.Note: Currently, there doesn't seem to be an exported constant in the gradle eclipse-wtp plugin that identifies the
eclipseWtp
task by name.