From 6c9c5deae73cae669b41e041c2159bc48f4e84c2 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Thu, 15 Feb 2024 09:36:28 +0100 Subject: [PATCH] Revert "build(Gradle): Enable the configuration cache for faster builds" This reverts commit d3ec5fb as the configuration cache does not work with publishing Maven artifacts. Signed-off-by: Sebastian Schuberth --- gradle.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 380c3c31f0fba..bde3d5edbca38 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,6 @@ # License-Filename: LICENSE org.gradle.caching = true -org.gradle.configuration-cache = true org.gradle.jvmargs = -Xmx2g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8 org.gradle.kotlin.dsl.allWarningsAsErrors = true org.gradle.parallel = true