-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Publish a Bill of Materials to Maven #899
Comments
Other existing examples: |
This would also help when some components get patches but others don't. e.g version |
I am also interested in BOM. Are you interested in patches? |
This would be very helpful, as it is very easy to run into NoClassDefFoundError and similar as you upgrade the BouncyCastle components which you depend on, and other libraries in your graph depend typically on earlier versions which are not compatible. |
You could use this plugin to generate them automatically: |
Fixes bcgit#899
I have created a suggestion in #1915 , and would very much appreciate any feedback as this is more or less my first experience with Gradle 😅 |
To aid large projects who have multiple transient dependencies on BC, you could publish a BOM to maven to cover all components at the same version. e.g.:
The text was updated successfully, but these errors were encountered: