From 376cdb42d40e44f1470b1f5887f6dcdc084c6fbf Mon Sep 17 00:00:00 2001 From: Konstantin Tskhovrebov Date: Tue, 5 Mar 2024 10:52:10 +0100 Subject: [PATCH] Revert "[gradle] Add a flag to fix build on TeamCity with configuration caches enabled" This reverts commit 5e0e03bef230bb8656a8e64ae887fbbbcae77009. --- gradle-plugins/gradle.properties | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gradle-plugins/gradle.properties b/gradle-plugins/gradle.properties index e9362b8f02..dd9ac4a39c 100644 --- a/gradle-plugins/gradle.properties +++ b/gradle-plugins/gradle.properties @@ -3,10 +3,6 @@ org.gradle.configuration-cache=true org.gradle.caching=true kotlin.code.style=official -# TC flag to fix a build with configuration cache enabled -# > Listener registration 'Gradle.addListener' by build is unsupported. -teamcity.internal.gradle.runner.launch.mode=auto - # Default version of Compose Libraries used by Gradle plugin compose.version=1.6.0-dev1383 # The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.