So, in your example gradle-plugin isn’t a part of the same root project. it’s a separate project that doesn’t share common configuration. and doc says:
must not have a
rootProject.name the same as another included build.
↧
How to use plugin-subproject in another subproject?
↧