mirror of
https://github.com/pachli/pachli-android.git
synced 2025-01-22 05:00:15 +01:00
ci: Enable Gradle configuration cache on CI (#409)
Gradle configuration currently takes ~ 25s per invocation on CI, this should hopefully reduce that significantly.
This commit is contained in:
parent
1488c13c42
commit
b572029ba7
1
.github/ci-gradle.properties
vendored
1
.github/ci-gradle.properties
vendored
@ -19,6 +19,7 @@
|
||||
org.gradle.daemon=false
|
||||
org.gradle.parallel=true
|
||||
org.gradle.workers.max=2
|
||||
org.gradle.configuration-cache=true
|
||||
|
||||
kotlin.incremental=false
|
||||
kotlin.compiler.execution.strategy=in-process
|
||||
|
Loading…
Reference in New Issue
Block a user