Add missing file encoding setting to buildSrc properties

This commit is contained in:
Yahor Berdnikau
2023-03-03 16:12:48 +01:00
committed by Space Team
parent f39467b4ba
commit c080765905
+1 -1
View File
@@ -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