-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attach Sources for gradleApi()
and Similar Dependencies
#547
Comments
agree with that , I think buildship should download the source jar and attach it just like m2e. |
Would be nice if buildship can solve this problem: gradle/gradle#1003 Unfortunately one of the later buildship releases break my workaround:
Is the a way to modify the |
Closing, since this is already tracked by gradle/gradle#1003 and needs to be done in Gradle, not Buildship. @samized Your workaround should work fine. Have you put some logging in there to see if it is getting invoked? |
When using Gradle distribution specific dependencies like
gradleApi()
orgradleTestKit()
, Buildship doesn’t attach the sources to the corresponding Eclipse build path dependencies. When working on Gradle plugins, such sources (and the corresponding Javadoc) would often be very helpful, though.The text was updated successfully, but these errors were encountered: