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 22 forks source link

[FEATURE] Remove shadowing #147

Open guillermo-varela opened 11 months ago

guillermo-varela commented 11 months ago

In the early days of the plugin its dependency nexus-platform-api was an uber-jar (a JAR file with all its dependencies inside) and that was causing conflicts on some projects' classpaths.

Many versions ago, including the one currently used in the plugin (4.0.3-01) it's no longer an uber-jar with all dependencies in it so we could consider no longer applying the shadow plugin and publish this plugin as a regular JAR file.

cc @bhamail / @DarthHater / @shaikhu