Is gradle build's configuration stage run in parallel when --parallel

I have a multi-project build, and when I run:

gradle build --parallel

I know my projects will build in parallel, but how about the configuration stage - I thought it should run in sequence, but just can’t find an evidence in the docs.

Thanks.

‘–parallel’ doesn’t affect the configuration phase.