From 8fc9b1718621065c785ba3b7aaae52f1a6e57f4b Mon Sep 17 00:00:00 2001
From: Ian Brandt <ian@ianbrandt.com>
Date: Mon, 11 Nov 2024 16:51:12 -0800
Subject: [PATCH] Enabled parallel loading and storing of the configuration
 cache.

---
 gradle.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gradle.properties b/gradle.properties
index ff45ce4..9a0fbad 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,5 +1,6 @@
 org.gradle.caching=true
 org.gradle.configuration-cache=true
+org.gradle.configuration-cache.parallel=true
 org.gradle.configureondemand=true
 org.gradle.jvmargs=-Xmx4g
 org.gradle.kotlin.dsl.skipMetadataVersionCheck=false