CycloneDX / cyclonedx-gradle-plugin

Creates CycloneDX Software Bill of Materials (SBOM) from Gradle projects
https://cyclonedx.org/
Apache License 2.0
162 stars 77 forks source link

Android Library Module #535

Open assafco opened 1 week ago

assafco commented 1 week ago

Describe the bug If the project inlcudes any Android library module that uses the plugin 'com.android.library' the gradle task fails to produce the sbom file. Java library module on the other hand does not have any problem.

To Reproduce The project should have an Android library module with plugin 'com.android.library', this library should then be used in the app module implementation(project(path: ':AndroidLibrary'))

Expected behavior The gradle task should successfully list all depedencies within the app and create the sbom file.

Environment (please complete the following information):