I’ve noticed that configuration closures defined using allprojects are not applied to the buildSrc project.
I ran into this because we have some audit-required configurations defined in a allprojects closure. I looked through the documentation and there doesn’t appear to be anything indicating that the behavior of the buildSrc project should be different in this case, but it does seems like a reasonable thing.
Can anyone confirm that this is what is supposed to happen?