Open
Description
Description
I think this line is preventing Project Isolation from working.
Describe the solution you'd like
I bet project.providers.gradleProperty(...).isPresent
would fix it.
Describe alternatives you've considered
n/a
Additional context
Gradle's Project Isolation has been in the works for a while now. It will allow us to configure many projects at the same time instead of just one at a time. This is a big deal for huge projects that suffer from long configuration times.