The eclipse plugin usually downloads all source code and attaches to the artifacts within eclipse by default. This seems to work whenever source code is available, which is great.
However, I’m developing Gradle Tasks / Plugins and am using the special “gradleApi()” dependency which doesn’t seem to attach the gradle sources within eclipse, which doesn’t make sense since the gradle-all distribution includes the gradle sources.
Having the gradle sources attached within eclipse would make task / plugin development a lot easier.