Importing Gradle into Eclipse

Hi

Previously, the README page of the GitHub Gradle project was explainig how to import Gradle into Eclipse. Where are goen those detail steps? Now in the Contribute pages, one see only

You can generate the IntelliJ project by running

./gradlew idea

You can generate the Eclipse projects by running

./gradlew eclipse

Could you restore the detailed step for importing Gradle into IDEA and Eclipse?

@zosrothko, you can (should) use Eclipse Buildship plugin to import your projects into Eclipse.


http://www.vogella.com/tutorials/EclipseGradle/article.html

Thanks for your tip, but that’s not why I am requesting…