From bec32bfb5cf8f4f73aff4492d61ad8f4d9e11041 Mon Sep 17 00:00:00 2001 From: dzmitry Date: Tue, 28 Nov 2023 12:52:33 +0300 Subject: [PATCH] TRCKR-T-16 disable configuration cache --- gradle.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6e46d6f..331d56e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,6 @@ org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dk org.gradle.configureondemand=true org.gradle.parallel=true org.gradle.daemon=true -org.gradle.configuration-cache=true +# Publishing releases to Maven Central is not supported yet with configuration caching +# enabled, because of this missing Gradle feature: https://github.com/gradle/gradle/issues/22779 +# org.gradle.configuration-cache=true