mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-09-22 03:35:06 -04:00
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:
1 parent
222e982793
commit
f650030dac
1 file changed
+6
@@ -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
|
||||
Reference in new issue
Block a user