From 5b9eca3dba411a773fcd266182cf516f00847446 Mon Sep 17 00:00:00 2001 From: Joshua Gleitze Date: Mon, 10 Nov 2025 12:27:30 +0100 Subject: [PATCH] build: reactivate gradle configuration cache --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0e7a856..a36cb3f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ org.gradle.parallel=true -org.gradle.configuration-cache=false +org.gradle.configuration-cache=true org.gradle.configuration-cache.parallel=true org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled