Unify Kotlin daemon JVM arguments settings in Kotlin repo
Now 'kotlin-daemon-config' convention plugin should be added into settings plugins to configure Kotlin daemon.
This commit is contained in:
committed by
Space Team
parent
c080765905
commit
b9d19a864a
@@ -1,6 +1,4 @@
|
||||
org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8
|
||||
# Should be the same as in the root gradle.properties to avoid spawning second daemon
|
||||
kotlin.daemon.jvmargs=-Xmx3g -Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
|
||||
cacheRedirectorEnabled=true
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@ plugins {
|
||||
id "build-cache"
|
||||
id "gradle-enterprise"
|
||||
id "jvm-toolchain-provisioning"
|
||||
id "kotlin-daemon-config"
|
||||
}
|
||||
|
||||
File versionPropertiesFile = new File(rootProject.projectDir.parentFile, "gradle/versions.properties")
|
||||
|
||||
Reference in New Issue
Block a user