Remove deprecated gradle system property (#13680)

This commit is contained in:
Lauri Tulmin 2025-04-10 04:59:12 +03:00 committed by GitHub
parent 940bce8784
commit 377781c93f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -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