Instead of duplicating the same properties into mu...
# gradle
d
Instead of duplicating the same properties into multiple tasks, is there a way to extract them out into a method/fn and apply to each task with just a function call or apply or something?
v
Sure, there are various ways depending on what you want exactly and what DSL language you use. For example setting it on tasks A and B or setting it on all tasks of type C and so on.
n
you can also most definitely use a function call.