Josh Friend
04/22/2024, 4:57 PM:foo:assemble
and save CC, then build :bar:assemble
and those two projects share numerous dependencies on other projects in the build, will there be any reuse of serialized configuration from the first command when running the second?Vampire
04/22/2024, 5:00 PM:foo:assemble :bar:assemble
and after that :foo:assemble
nothing would be reused from CC.adam
04/25/2024, 8:54 PMJosh Friend
04/25/2024, 8:57 PMParallel configuration and fine-grained caching are not applied to task execution. They are only applied to IDE sync.https://docs.gradle.org/nightly/userguide/isolated_projects.html are those docs incorrect?
adam
04/25/2024, 9:05 PMJosh Friend
04/25/2024, 9:09 PM