-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
cyclonedxBom feature for android library app not working #441
Comments
Do you have any updates? I am encountering the same issue with AGP versions 8.5.0 and 8.5.1. In the meantime, I had to automate the parsing of the "./gradlew :app:dependencies" output into the BOM format in Jenkins 😓 |
There was a hack created by @realdadfish a year ago, but it's no longer working :( |
You can try to skip configuration |
Please try this workaround: #223 (comment) |
Main issue: #478 |
Thank you @skhokhlov, I will try. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi.
I can create a report with the skipConfigs feature in the module opened as an application. but when I do the same as a library, I get an error. thanks for your support.
top level gradle :
app gradle:
library gradle :
gradle command : gradle cyclonedxBom
gradle error message :
Execution failed for task ':myapplicationmodule:cyclonedxBom'.
The text was updated successfully, but these errors were encountered: