This message was deleted.
# performance
s
This message was deleted.
a
And of course, googling for
:
is a whole bunch of fun
e
https://docs.gradle.org/current/userguide/intro_multi_project_builds.html
A project path has the following pattern: it starts with an optional colon, which denotes the root project.
a
Thanks. So that sounds like all the build scan is telling me is that it takes almost a minute to configure the root project. That’s helpful, I guess
c
you’ll want to check that everything is using lazy configuration APIs and that no expensive activities (such as scanning the filesystem) occur during the configuration phase.
a
Ah ha, I don’t think we’ve double checked that yet. Thanks
👍 1