Remove deprecated gradle system property (#13680)
This commit is contained in:
parent
940bce8784
commit
377781c93f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue