Details
-
Type:
Improvement
-
Status:
Resolved
-
Resolution: Fixed
-
Affects Version/s: 1.0-milestone-4
-
Fix Version/s: 1.0-milestone-5
Description
In my multi-module project, the eclipse plugin has been applied to all the module, and eclipse.classpath.downloadSources = true, when run gradle eclipse command, there are several artifacts that missing source jars in the Maven repo, then gradle keep downloading something from the repo for every module. Should add some flag to make it ignore if the source jar is missing from the repo.