Can the Gradle Eclipse Plugin attach source jar files to local jar dependencies -
if have maven dependency in gradle eclipse plugin automatically download source jar file if there 1 , attach in generated eclipse ".classpath" file.
is possible similar behaviour local file depencies (that have source jar of)?
when using flatdir repository, eclipse plugin should attach source jars long in same location dependency jar (with same name followed either -src or -sources).
say have local jar called dependency.jar @ location x/y/z. if put sources jar in same location , call dependency-sources or dependency-src, attached.
please note works flatdir repositories , not plain file dependencies.
Comments
Post a Comment