README: remove entry about systemProp.org.gradle.unsafe.kotlin.assignment as it's enabled by default now

This commit is contained in:
Jakub Chrzanowski 2024-05-30 09:52:39 +02:00
parent 8313d6c9f3
commit 8abc7ff746
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

View File

@ -131,7 +131,6 @@ In addition, extra behaviors are configured through the [`gradle.properties`][fi
| `kotlin.stdlib.default.dependency` | `false` | Opt-out flag for bundling [Kotlin standard library][docs:kotlin-stdlib] |
| `org.gradle.configuration-cache` | `true` | Enable [Gradle Configuration Cache][gradle:configuration-cache] |
| `org.gradle.caching` | `true` | Enable [Gradle Build Cache][gradle:build-cache] |
| `systemProp.org.gradle.unsafe.kotlin.assignment` | `true` | Enable [Gradle Kotlin DSL Lazy Property Assignment][gradle:kotlin-dsl-assignment] |
### Environment variables