We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2dd0a09 + 6fb41ba commit 8aba172Copy full SHA for 8aba172
gradle.properties
@@ -14,9 +14,8 @@ gradleVersion=8.2.1
14
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
15
kotlin.stdlib.default.dependency=false
16
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
17
-org.gradle.configuration-cache=true
+org.gradle.configuration-cache=false
18
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
19
org.gradle.caching=true
20
-org.gradle.configuration-cache.problems=warn
21
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
22
systemProp.org.gradle.unsafe.kotlin.assignment=true
0 commit comments