we have few custom plugins. couple of which applies one with the name ‘component-base’. They have been working fine until i have updated to gradle 2.11 version. If i copy the whole script to another dummy plugin and apply with a different name, it’d work just fine.
Yes Gradle 2.11 already contains a plugin called ‘component-base’.
As a general rule, you should always put your own plugins into a namespace, e.g. ‘com.yourcompany.component-base’. The default namespace is reserved for Gradle Core plugins.