From 34ca38d1a0a83ac8667fc9f9c0aa8eab0029c5ba Mon Sep 17 00:00:00 2001 From: Yahor Berdnikau Date: Tue, 25 Jan 2022 14:30:03 +0100 Subject: [PATCH] Fix comment in properties was not ignored by property This lead to inable to spawn Kotlin daemon in buildSrc files compilation --- buildSrc/gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index 5390fe0acf3..b43646f359d 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -1,5 +1,6 @@ org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8 -kotlin.daemon.jvmargs=-Xmx2200m # Should be the same as in the main project to avoid spawning second daemon +# Should be the same as in the main project to avoid spawning second daemon +kotlin.daemon.jvmargs=-Xmx2200m cacheRedirectorEnabled=true