Hello Gradle users / team,
I do have the same issue as described in the old forum (https://discuss.gradle.org/t/eclipse-plugin-derails-gradle-nature/2026). Basically if you run ‘gradle eclipseClean eclipse’ that rebuilds the Eclipse project but nukes the Gradle nature out of it. If you have many project (my case) it becomes a pain in the neck to re-enable the Gradle nature on each one of them.
There is a way to do this on the command line, without having to re-import the projects from scratch or enable the Gradle nature from within Eclipse?
Thanks!