I just read about the new possibility to configure pluginRepositories {} in the settings.gradle. Our multi-project build applies plugins to subprojects via allprojects & subprojects blocks, though.
As we can’t use plugins {} syntax in the subprojects block, is it possible to use the new functionality in such a setup at all?
I wouldn’t mind to change the build setup. But since the root project applies common configuration to the subprojects, I wouldn’t want to move and duplicate that into each subproject.