From 6806c6374f32d3ae6568448aca8067b24828734b Mon Sep 17 00:00:00 2001 From: Goooler Date: Sat, 14 Jan 2023 03:32:04 +0800 Subject: [PATCH] Enable Gradle cache --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index d054452c9..84cda8792 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,6 +10,7 @@ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. +org.gradle.caching=true org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8 # use parallel execution