From fe03613008ca0958d8d1bf9db14a553268647750 Mon Sep 17 00:00:00 2001 From: Yahor Berdnikau Date: Tue, 7 Feb 2023 22:05:37 +0100 Subject: [PATCH] Remove custom timeout for Kotlin daemon in buildSrc Now daemon spawned on buildSrc compilation is compatible with other build and having this small timeout doesn't make sense. --- buildSrc/gradle.properties | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index df89bcae16e..d32b332cd19 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -1,7 +1,4 @@ -# Decreasing Kotlin Daemon autoshutdown timeout to 30 seconds -# Currently all other modules in Kotlin repo are using custom compiler classpath -# making daemon spawned in 'buildSrc' compilation incompatible with other compilations -org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8 -Dkotlin.daemon.options=autoshutdownIdleSeconds=30 +org.gradle.jvmargs=-Duser.country=US # Should be the same as in the main project to avoid spawning second daemon kotlin.daemon.jvmargs=-Xmx3g