zmoore
03/19/2020, 10:17 PMschalkms
03/20/2020, 8:28 PMbuildUponDefaultConfig = true
config option? If I understand you correctly, it's exactly what you need.Artur Bosch
03/21/2020, 10:39 AMconfig
property/flag supports comma separated config
paths e.g. "${rootProject.resolve('top-config')},${project.resolve('relative-path-config')}"
.
Isn't this exactly what you want?
The top level project config is the general config and the module config's are merged on the base config.chao
03/22/2020, 6:25 AMDetekt
Task, so I would need to port the code and test if our custom gradle plugin that handles this caseArtur Bosch
03/22/2020, 9:21 AMconfig
which handles this case. So your gradle plugin should also be able to use it 😉.
What are your additional use cases so you need a custom gradle plugin?chao
03/24/2020, 5:38 PMAndroidSourceSet
where we would like one gradle task per AndroidSourceSet
zmoore
03/24/2020, 5:40 PM