From 8db1ac5d1e496a9cb4660c4014adc1959f4fbf99 Mon Sep 17 00:00:00 2001 From: toapuro <164835903+toapuro@users.noreply.github.com> Date: Sun, 8 Feb 2026 20:42:08 +0900 Subject: [PATCH 1/2] =?UTF-8?q?build:=20=E3=83=93=E3=83=AB=E3=83=89?= =?UTF-8?q?=E3=81=AE=E8=BB=BD=E9=87=8F=E5=8C=96=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 29b2ac4..bbb7099 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,4 @@ org.gradle.jvmargs=-Xmx3G -org.gradle.daemon=false +org.gradle.daemon=true +org.gradle.caching=true +org.gradle.configuration-cache=true From 6d476d218fcbd3376a7fd52ad5677fbe4e47bb85 Mon Sep 17 00:00:00 2001 From: toapuro <164835903+toapuro@users.noreply.github.com> Date: Sun, 8 Feb 2026 21:20:30 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20`configuration-cache`=E3=81=A7?= =?UTF-8?q?=E4=BD=95=E6=95=85=E3=81=8B=E3=82=A8=E3=83=A9=E3=83=BC=E3=81=8C?= =?UTF-8?q?=E5=87=BA=E3=82=8B=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index bbb7099..1107ab4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,3 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=true org.gradle.caching=true -org.gradle.configuration-cache=true