Content
https://www.vogella.com/tutorials/EclipseGradle/article.html
For the pick in ship project, edit the build.gradle project.
- add eclipse plugin (if it is not available)
plugins {
id 'eclipse'
}
2. Right click build.gradle, Run Configurations, choose eclipse as Gradle tasks and Run - This will import all libraries into eclipse and resolve errors.