From e857e1fd5640564e42c636e2555bac65fa923daa Mon Sep 17 00:00:00 2001 From: Artem Chepurnoy Date: Sun, 14 Jul 2024 15:25:40 +0300 Subject: [PATCH] chore: Enable Gradle caching and parallel builds --- gradle.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gradle.properties b/gradle.properties index d3d5978e..e3721916 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,6 +7,8 @@ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8 +org.gradle.parallel=true +org.gradle.caching=true # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects