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:
Yahor Berdnikau
2023-03-03 17:22:13 +01:00
committed by Space Team
parent c080765905
commit b9d19a864a
10 changed files with 36 additions and 6 deletions
-2
View File
@@ -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
+1
View File
@@ -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")