Browse Source

Revert "[gradle] Add a flag to fix build on TeamCity with configuration caches enabled"

This reverts commit 5e0e03bef2.
pull/4433/head
Konstantin Tskhovrebov 2 months ago
parent
commit
19331a8a02
  1. 4
      gradle-plugins/gradle.properties

4
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
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.

Loading…
Cancel
Save