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