From 9ff053c608a6bbc2af85034035a768211166a4d2 Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Fri, 24 Jan 2025 13:44:56 +0900 Subject: [PATCH] Active daemon https://github.com/gradle/gradle-build-action/issues/113 --- .github/ci-gradle.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ci-gradle.properties b/.github/ci-gradle.properties index a9abe496a..b6786a527 100644 --- a/.github/ci-gradle.properties +++ b/.github/ci-gradle.properties @@ -14,7 +14,6 @@ # limitations under the License. # -org.gradle.daemon=false org.gradle.parallel=true org.gradle.workers.max=2 org.gradle.configuration-cache=true