From a8b53499af901bfb2730d5d3f762b58b62207cbd Mon Sep 17 00:00:00 2001 From: arkon Date: Thu, 7 Apr 2022 22:34:25 -0400 Subject: [PATCH] Remove kotlin.compiler.execution.strategy config --- .github/runner-files/ci-gradle.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/runner-files/ci-gradle.properties b/.github/runner-files/ci-gradle.properties index d34c1d3adb..3b340e9573 100644 --- a/.github/runner-files/ci-gradle.properties +++ b/.github/runner-files/ci-gradle.properties @@ -2,5 +2,4 @@ org.gradle.daemon=false org.gradle.jvmargs=-Xmx5120m org.gradle.workers.max=2 -kotlin.incremental=false -kotlin.compiler.execution.strategy=in-process \ No newline at end of file +kotlin.incremental=false \ No newline at end of file