We are using the Gradle version catalogs.
Dependency management is solely performed using Gradle’s BOM support. Hence, each dependency configuration needs a BOM applied once. This is a bit more verbose but much faster.
|
Important
|
It’s important that the project is built using Gradle as this is the only way to ensure that byte buddy kicks in properly. See https://github.com/xmolecules/jmolecules-integrations/tree/main/jmolecules-bytebuddy. |
Generally we try to adopt default IntelliJ code format
TODO
Add editorconfig support for minimal adjustments,