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:
Nik Clayton 2024-02-02 16:07:03 +01:00 committed by GitHub
parent 1488c13c42
commit b572029ba7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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