mirror of
https://github.com/openMF/mifos-mobile.git
synced 2026-02-06 11:26:51 +00:00
Add CI-specific Gradle configuration (#3005)
This commit is contained in:
parent
768a6a657d
commit
2c69ebfa3b
17
.github/ci-gradle.properties
vendored
Normal file
17
.github/ci-gradle.properties
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# Disable daemon for CI to avoid leftover processes
|
||||
org.gradle.daemon=false
|
||||
|
||||
# Run tasks in parallel where possible
|
||||
org.gradle.parallel=true
|
||||
|
||||
# Increase heap and metaspace for larger builds (macOS-latest has ~7 GB available)
|
||||
org.gradle.jvmargs=-Xmx7g
|
||||
|
||||
# Limit max workers to avoid memory pressure in CI
|
||||
org.gradle.workers.max=3
|
||||
|
||||
# Disable Kotlin incremental compilation in CI for clean, consistent builds
|
||||
kotlin.incremental=false
|
||||
|
||||
# Use in-process Kotlin compiler to avoid extra forked processes
|
||||
kotlin.compiler.execution.strategy=in-process
|
||||
Loading…
Reference in New Issue
Block a user