I'm trying to understand how to use gradle, specifically how to configure a plugin the same way you configure them in maven but every single seach just explains how to code your own plugins... the point of gradle is to make builds easier not harder.
Am I missing something or we have to completely understand how gradle works and be able to build our own plugins to configure other plugins?