From 17c5583e6d6423a7ce730deea38b59a966f07e37 Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Fri, 24 Jan 2025 21:26:27 +0900 Subject: [PATCH 1/2] Active daemon gradle/gradle-build-action#113 Change-Id: I7f4d52bef6113bde03622e652c4f5596251dbc63 --- .github/ci-gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ci-gradle.properties b/.github/ci-gradle.properties index a9abe496a..aefebf0c3 100644 --- a/.github/ci-gradle.properties +++ b/.github/ci-gradle.properties @@ -14,7 +14,7 @@ # limitations under the License. # -org.gradle.daemon=false +org.gradle.daemon=true org.gradle.parallel=true org.gradle.workers.max=2 org.gradle.configuration-cache=true From 2633b267247ae8dc89ddae8a8caa07a046d7e58f Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Fri, 24 Jan 2025 21:26:56 +0900 Subject: [PATCH 2/2] Increase workers from 2 to 4 https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories Change-Id: I47723722e483333ad644ac1a6a28d71c11933236 --- .github/ci-gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ci-gradle.properties b/.github/ci-gradle.properties index aefebf0c3..863e0c992 100644 --- a/.github/ci-gradle.properties +++ b/.github/ci-gradle.properties @@ -16,7 +16,7 @@ org.gradle.daemon=true org.gradle.parallel=true -org.gradle.workers.max=2 +org.gradle.workers.max=4 org.gradle.configuration-cache=true org.gradle.configuration-cache.parallel=true