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
|
@ -19,6 +19,7 @@
|
||||||
org.gradle.daemon=false
|
org.gradle.daemon=false
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
org.gradle.workers.max=2
|
org.gradle.workers.max=2
|
||||||
|
org.gradle.configuration-cache=true
|
||||||
|
|
||||||
kotlin.incremental=false
|
kotlin.incremental=false
|
||||||
kotlin.compiler.execution.strategy=in-process
|
kotlin.compiler.execution.strategy=in-process
|
||||||
|
|
Loading…
Reference in New Issue