Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Library Module #535

Open
assafco opened this issue Nov 18, 2024 · 0 comments
Open

Android Library Module #535

assafco opened this issue Nov 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@assafco
Copy link

assafco commented Nov 18, 2024

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):

  • Gradle version [8.5.2]
  • CycloneDX Plugin version [1.10.0]
@assafco assafco added the bug Something isn't working label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant