sonatype-nexus-community / scan-gradle-plugin

Gradle plugin that scans the dependencies of a Gradle project using Sonatype platforms: OSS Index and Nexus IQ Server.
Apache License 2.0
77 stars 21 forks source link

Find dependencies when using Gradle/Android variants #46

Closed guillermo-varela closed 4 years ago

guillermo-varela commented 4 years ago

When using variants the configuration releaseCompileClasspath becomes <variantName>ReleaseCompileClasspath. This PR makes possible to find dependencies in such Gradle configurations.

It relates to the following issue #s: