Hi, I'm new to Gradle, and I need to convert an existing Java with an ant build file to Gradle. I wrote a build.gradle for it and now trying to import Gradle Project through MyEclipse with STS Gradle Integration loaded. After running Build Model, it gives the error: At least one project must be selected to import. And I don't see any project listed in the Project, Description panel.
This a single project and the build.gradle does not have mutli-project definition in it.
Does it need to be a multi-project for Import Gradle Project to work? Can someone tell me what I'm missing?
Thanks!
Ngan


Reply With Quote
