From 6fb41bad756473f563bf3466f5825a8f230cf634 Mon Sep 17 00:00:00 2001 From: ajbt200128 Date: Tue, 30 Jan 2024 15:56:25 -0800 Subject: [PATCH] Fix release process again again --- gradle.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index eb8ceb2..97e6e51 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,9 +14,8 @@ gradleVersion=8.2.1 # Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib kotlin.stdlib.default.dependency=false # Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html -org.gradle.configuration-cache=true +org.gradle.configuration-cache=false # Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html org.gradle.caching=true -org.gradle.configuration-cache.problems=warn # 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 \ No newline at end of file