From b220188aed330d768c90b05e5e6cab19aa207d20 Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Wed, 9 Apr 2025 19:13:22 +0300 Subject: [PATCH] Remove deprecated gradle system property --- gradle.properties | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index a25acd4da99a..fef595296b18 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,11 +9,6 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m # Currently causes failure when importing project in IntelliJ # org.gradle.warning.mode=fail -# To allow caching more tasks in buildSrc project -# This property is not mentioned in Gradle documentation -# See https://github.com/gradle/gradle/issues/15214 for background info -systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true - # Workaround https://youtrack.jetbrains.com/issue/KT-34862 kotlin.incremental=false