Is it possible to write plugin, which 1) configure...
# gradle
p
Is it possible to write plugin, which 1) configure global config in root 2) use it in submodules with global config 3) override some specific options in concrete module ? I prefer to setup some common, default configuration in one place
t
you want to have common configration for your subprojects?
g
Yes, sure Probably the best solution is custom plugin in build src which you apply to module, such plugin not only can provide some conventions, but also additional extensions for configuration