From bf1f05d604d1c26c1710c6fd08bdff4fad2baaf8 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Tue, 17 Dec 2024 13:20:25 +0100 Subject: [PATCH] Restore Gradle Configuration Cache --- gradle.properties | 9 --------- 1 file changed, 9 deletions(-) diff --git a/gradle.properties b/gradle.properties index aa5d802..406a93f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,15 +7,6 @@ kotlin.code.style=official org.gradle.caching=true -#region Configuration cache -# Disabled because of: -# - Signing https://github.com/gradle/gradle/issues/13470 -# - MavenPlublish https://github.com/gradle/gradle/issues/22598 -org.gradle.configuration-cache=false -org.gradle.configuration-cache.problems=warn -org.gradle.kotlin.dsl.precompiled.accessors.strict=true -#endregion - # Forced increase of Metaspace # https://github.com/gradle/gradle/issues/23698 org.gradle.jvmargs=-XX:MaxMetaspaceSize=1g