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

Adding commons-io to shadded nexus-platform-api. #118

Closed dsklyut closed 2 years ago

dsklyut commented 2 years ago

Fixes NoClassDefFoundError: nexus/shadow/org//apache/common/io/IOUtils as NpmManifestFileReader.read ( line 21 ).

This pull request makes the following changes:

cc @bhamail / @DarthHater / @guillermo-varela / @shaikhu

sonatypecla[bot] commented 2 years ago

Thanks for the contribution! Before we can merge this, we need @dsklyut to sign the Sonatype Contributor License Agreement.

guillermo-varela commented 2 years ago

Hi @dsklyut

Nice catch!

This looks like an issue related to how nexus-platform-api is being packaged. While we look at that, we'll proceed to merge this PR.

Thanks!

guillermo-varela commented 2 years ago

Released on version 2.4.1 https://github.com/sonatype-nexus-community/scan-gradle-plugin/releases/tag/2.4.1