You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
It would be nice to have preference setting to specify whether docs should be synced upon import. If possible, the sources could be downloaded on demand, whenever user navigates to dependecies, sources could be downloaded.
The text was updated successfully, but these errors were encountered:
I have the same feeling that this might have big impact on project import. Some preference should be added to Gradle Build Server to disable the source jar download during import.
The thing needs to be figured out is that how to 'lazy' download these source jars on demand.
Hi @jdneo , the question is a little bit tricky, actually what I see here is that user can be prompted to download resources if needed when one of the files are opened from library. Other side of this is how to actually do it programatically,
download sources and put it to specified dir
somehow notify jdt that sources are downloaded
reload opened file
Have no experience in this, though this is just my feeling, you can be the judge whether this is possible. 😄
When importing large gradle projects such as, https://github.com/spring-projects/spring-boot it takes a long time to import.
Describe the solution you'd like
It would be nice to have preference setting to specify whether docs should be synced upon import. If possible, the sources could be downloaded on demand, whenever user navigates to dependecies, sources could be downloaded.
The text was updated successfully, but these errors were encountered: