Build: Set kotlin.daemon.jvmargs in buildSrc to the same value as in the root project
#KTI-915 Merge-request: KT-MR-8589 Merged-by: Vyacheslav Gerasimov <Vyacheslav.Gerasimov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
2849e45111
commit
ff2db23c11
@@ -3,7 +3,7 @@
|
||||
# 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
|
||||
# Should be the same as in the main project to avoid spawning second daemon
|
||||
kotlin.daemon.jvmargs=-Xmx2200m
|
||||
kotlin.daemon.jvmargs=-Xmx3g
|
||||
|
||||
cacheRedirectorEnabled=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user