serpro69 / kotlin-faker

Port of a popular ruby faker gem written in kotlin. Generate realistically looking fake data such as names, addresses, banking details, and many more, that can be used for testing and data anonymization purposes.
https://serpro69.github.io/kotlin-faker/
MIT License
453 stars 42 forks source link

Add BOM to manage dependencies #224

Closed serpro69 closed 3 months ago

serpro69 commented 3 months ago

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 3 months ago

This is especially relevant after implementing #225 and having each submodule with it's own version now

serpro69 commented 3 months ago

Kind of needs https://github.com/serpro69/semver.kt/issues/25