You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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):
The text was updated successfully, but these errors were encountered: