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