diff --git a/.github/ci-gradle.properties b/.github/ci-gradle.properties index 9cb9fc93b..a810452a5 100644 --- a/.github/ci-gradle.properties +++ b/.github/ci-gradle.properties @@ -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