Publish a Bill of Material for Spark? #192
Closed
SimonMarquis
started this conversation in
Decision making
Replies: 3 comments 1 reply
|
Yes that would be nice since we'll have more libs in the future (illustrations for ex) |
0 replies
|
What format should follow? The compose one with the release date? |
1 reply
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
To be able to bundle modules with the same versions.
dependencies { implementation(platform("com.adevinta.spark:spark-bom:x.y.z") implementation("com.adevinta.spark:spark") implementation("com.adevinta.spark:spark-icon") }https://docs.gradle.org/current/userguide/java_platform_plugin.html#sec:java_platform_publishing
All reactions