Slackbot
10/13/2022, 3:40 AMThomas Broyer
10/13/2022, 7:20 AMhasPlugin
or withPlugin
, Gradle uses an internal map of Ids to/from classes (n–1) to tell whether an applied plugin (by class) has a corresponding ID, but listing the IDs would need either making a choice as to which ID to use for a given class, or list all possible IDs.
That's my understanding at least.Vampire
10/13/2022, 8:48 AMPhanindra R
10/13/2022, 4:32 PMPhanindra R
10/13/2022, 4:33 PMVampire
10/13/2022, 8:11 PMPhanindra R
10/13/2022, 9:11 PMbuildEnvrionment
task and I realized the core plugins aren't listed there and then started looking into alternatives..Vampire
10/13/2022, 10:43 PMbuildEnvironment
task also does not show applied non-core plugins. It only shows the build script dependencies, but carries no information whether the plugins are applied or not, is which from the dependencies that can contain multiple.