Hi,
There must be a local issue with my environment then.
I did a clean unzip of 4.4.2 into a new directory.
Launched, pointed it at a new workspace.
Added http://download.eclipse.org/buildship/updates/e44/snapshots/1.0 to the list of additional software.
Installed the only 1.0 option there.
Restarted Eclipse.
File -> Import -> Gradle Project
… it imported all of the sub-projects inside of our repo in, very nice.
… There is a Green (G) on each project which I’m going to assume that the project was recognized as a Gradle project.
However, none of the projects are compiling because all of the jar dependencies are there. Right clicking on a project does not produce ANY menu items having to do with gradle. After “Restore from Local History” is “Configure” in my context menu.
I went further and created a new Gradle -> Gradle Project which also got the G badge. However, this project does not have a gradle context submenu either. And if I go into the Project Properties there is nothing related to Gradle at all exception for “Builder” -> “Gradle Project Builder” that’s bout it.
Env:
Windows 8.1 64-bit
32GB RAM
javaSE: 1.8.0_40 64-bit
JDK: 1.8.0_40 64-bit
Eclipse: 4.4.2 64-bit
Thanks.