From c080765905b2247f10103d99d470ec265029648e Mon Sep 17 00:00:00 2001 From: Yahor Berdnikau Date: Fri, 3 Mar 2023 16:12:48 +0100 Subject: [PATCH] Add missing file encoding setting to buildSrc properties --- buildSrc/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index eb8ee72ddc5..1ffc5d36fd6 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -1,4 +1,4 @@ -org.gradle.jvmargs=-Duser.country=US +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