license-gradle-plugin icon indicating copy to clipboard operation
license-gradle-plugin copied to clipboard

Add name of the library in report

Open WonderCsabo opened this issue 9 years ago • 2 comments

I am not sure Gradle offers this information or not, but it would be nice to have the name of the library, which is added like this in POM descriptors.

WonderCsabo avatar Nov 27 '15 15:11 WonderCsabo

I dont think this is available in the dependency information. I'd have to look it up.

hierynomus avatar Dec 16 '15 10:12 hierynomus

Since you are already parsing the pom.xml file, you could just obtain the name tag there.

WonderCsabo avatar Dec 16 '15 21:12 WonderCsabo