Add BOM to manage dependencies
serpro69 opened this issue · 2 comments
serpro69 commented
For projects that generate several artifacts, publishing a Bill of Materials (BOM) is very beneficial. This ensures that you avoid compatibility issues between different artifact versions.
The Gradle Java platform plugin appears to be quite user-friendly and straightforward for this purpose.
serpro69 commented
This is especially relevant after implementing #225 and having each submodule with it's own version now
serpro69 commented
Kind of needs serpro69/semver.kt#25