Slackbot
02/08/2022, 2:01 PMLouis Jacomet
02/08/2022, 2:05 PMDmitriy Voronin
02/08/2022, 4:52 PMDmitriy Voronin
02/08/2022, 4:54 PMtony
02/08/2022, 5:05 PMJendrik Johannes
02/08/2022, 6:48 PMpluginManagement { includeBuild(...) }
in Gradle 7. It was one of the goals that you could move everything from settings into a local settings plugin (except for including the settings-plugin-build and applying your settings plugin).
I am surprised that there is no test case for this in Gradle’s integration test suite for this. 😞 (I might be the one who missed to add it…. 😬)tony
02/08/2022, 7:13 PMpluginManagement { includeBuild(/* build that contributes directly to pluginManagement */) }
Jendrik Johannes
02/09/2022, 7:09 AMtony
02/09/2022, 5:22 PMDmitriy Voronin
02/11/2022, 4:55 PMLouis Jacomet
02/16/2022, 11:10 AM