From 521bc6519a66401fe9094fd7ac35795ab351f997 Mon Sep 17 00:00:00 2001 From: kotlinisland Date: Wed, 13 Dec 2023 14:34:37 +1000 Subject: [PATCH] Remove Gradle Kotlin DSL Lazy Property Assignment because it's default now --- .github/template-cleanup/gradle.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 1395677..d2e9f17 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -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