Slackbot
07/07/2022, 8:25 PMgrossws
07/07/2022, 8:32 PMVampire
07/07/2022, 11:15 PMpluginManagement { repositories { ... } } already for finding your custom settings plugin. I think a custom settings plugin could indeed add additional pluginManagement repositories if they are for project plugins, not for settings plugins, or maybe for settings plugins applied later than that one eventually, not sure about that. But what would then still not work is, that the gradlePluginPortal() is not added to the plugin management repositories as for that the adding in a settings plugin is too late.grossws
07/07/2022, 11:56 PMws.gross.private-repo I add internal nexus (with content filters), mavenCentral and gradlePluginPortal to the pluginManagement repositories and use plugins from the private nexus later.grossws
07/07/2022, 11:59 PM