create eclipse project with gradle - theJavaGeek
After we have compiled java source code and built necessary files, we want to import the project in eclipse and then continue working with it. But only built code will not be able to get imported in eclipse. Eclipse needs a .project, .classpath files and .settings folder which is essential for project to be recognized as eclipse project. Gradle eclipse plugin helps us create eclipse project with gradle. We simply need to add the plugin in build.gradle file as below.
Read full article from create eclipse project with gradle - theJavaGeek
No comments:
Post a Comment