I have a plugin that has same name for its plugin extension and for task name (both are named plantUml
).
I would like to run task before build. How can I do that?
When I type:
build dependsOn: plantUml
then I get information that it cannot be applied to plugin extension.