From bf09f0312743d3d681a908c7bb3de8ef7df5ec21 Mon Sep 17 00:00:00 2001 From: "balazsmanus@chameleon" Date: Fri, 28 Feb 2025 16:26:45 +0100 Subject: [PATCH] remove caching --- refilc/android/gradle.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/refilc/android/gradle.properties b/refilc/android/gradle.properties index 71c41527..23f4a331 100644 --- a/refilc/android/gradle.properties +++ b/refilc/android/gradle.properties @@ -1,8 +1,5 @@ org.gradle.jvmargs=-Xmx6G -XX:MaxMetaspaceSize=4G -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC android.useAndroidX=true android.enableJetifier=true -org.gradle.configuration-cache=true -org.gradle.configuration-cache.problems=warn org.gradle.parallel=true -org.gradle.caching=true # kotlin.jvm.target.validation.mode=IGNORE \ No newline at end of file