Remove Gradle Kotlin DSL Lazy Property Assignment from the main gradle.properties file

This commit is contained in:
Jakub Chrzanowski 2024-02-01 09:48:10 +01:00
parent 91c3282139
commit 3d18989b53
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

View File

@ -29,6 +29,3 @@ org.gradle.configuration-cache = true
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching = true
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
systemProp.org.gradle.unsafe.kotlin.assignment = true