I have imported a gradle project built by someone else into Eclipse Mars with Java 1.8.
I can run all the gradle tasks (components, dependencies, dependencyInsight,help,init,model,projects,properties,tasks,wrapper).
I can’t seem to figure out how to debug my application. I tried to choose Debug As > Debug Configurations (the only option) > Java Application > Project > Browse. At this point my newly imported project is not offered as a selection.
Please: what am I missing?