netbeans-gradle-project icon indicating copy to clipboard operation
netbeans-gradle-project copied to clipboard

show transitive dependencies in "gray color"

Open svatos-jirka opened this issue 8 years ago • 2 comments

Hi,

I would like to ask you to show transitive dependencies (indirect) in "gray".

image

I hope, it is easy.

with best regards, jiri

svatos-jirka avatar Jan 25 '17 17:01 svatos-jirka

In the dependencies node, I cannot do that because this information is lost to me. Pretty much the only thing I have is the list of file paths for source sets (e.g.: sourceSets.main.compileClasspath). That said, it would be possible to create a configurations node containing all (or most) Gradle configrations. However, if I would add something like this, I would only show it if a user explicitly enables displaying the configurations because it is not free (requires additional memory and project loading time, though the latter shouldn't be much using the newest version of Gradle).

kelemen avatar Jan 26 '17 16:01 kelemen

Understand, it is dummy, that this information is not avaible.

svatos-jirka avatar Feb 22 '17 12:02 svatos-jirka