How to get javadoc for gradle-api for custom tasks or plugins in Eclipse?

Im writing some custom plugins and tasks using Gradle and am unable to get Javadocs for the Gradle-API itself in Eclipse. This makes development unnecessary difficult. A similar question on SO hasn’t been answered until today, so I’m trying my luck here.

A related issue at GitHub: https://github.com/gradle/gradle/issues/1003