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

Improve support for Android projects with multiple modules and variants #50

Closed guillermo-varela closed 3 years ago

guillermo-varela commented 3 years ago

Improves support for Android projects with multiple modules and variants by adding a fallback for the case a Gradle configuration cannot resolve its dependencies due to multiple candidates being found.

Also specific Android tests are added to ensure the plugin works for Android.

It relates to the following issue #s: