build: opt in to parallel Tooling API model building for IDE sync (#6821)

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
James RichandClaude Opus 5 authored and GitHub committed 2026-08-21 14:12:59 -05:00
1 parent 222e982793
commit f650030dac
1 file changed
+6
+6
View File
@@ -26,4 +26,10 @@ org.gradle.parallel=true
# Run the daemon and its workers at low OS priority so full builds don't starve
# the foreground UI on developer laptops. Negligible on dedicated CI runners.
org.gradle.priority=low
# Studio passes -Dorg.gradle.tooling.parallel.ignore-legacy-default=true on every sync,
# which strips org.gradle.parallel's implication for Tooling API model building — so IDE
# sync needs this explicit opt-in. Inert while org.gradle.isolated-projects=true (that
# path parallelises model building on its own) and never read by a CI build; kept so sync
# stays parallel if Isolated Projects is ever off.
org.gradle.tooling.parallel=true
org.gradle.welcome=never