From 377781c93f87d8fe75c7660886ad5b7592456bf2 Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Thu, 10 Apr 2025 04:59:12 +0300 Subject: [PATCH] Remove deprecated gradle system property (#13680) --- gradle.properties | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index a25acd4da9..fef595296b 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