Meshtastic-Android/build-logic/gradle.properties
James Rich 3659f468e4
chore(ci): Optimize and stabilize Gradle builds and CI workflows (#4390)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-02-01 18:03:17 +00:00

8 lines
325 B
Properties

# Gradle properties are not passed to included builds https://github.com/gradle/gradle/issues/2534
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configureondemand=false
org.gradle.configuration-cache=true
# Disabled for stability
org.gradle.configuration-cache.parallel=false
org.gradle.isolated-projects=false