what's the best way to set variables across a mult...
# gradle
s
what's the best way to set variables across a multi module project. I'm using spring boot's dependencyManager since gradle's IMPROVED_POM_SUPPORT apparently doesn't work the same way as maven's BOMs and I need to set the same version for the bom across all modules.
g
buildSrc