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.
This commit is contained in:
committed by
Space Team
parent
bea80f8b54
commit
fe03613008
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user