Ensure that the build uses UTF-8 encoding everywhere by default
Closes gh-21664
This commit is contained in:
@@ -2,6 +2,6 @@ version=2.3.1.BUILD-SNAPSHOT
|
||||
|
||||
org.gradle.caching=true
|
||||
org.gradle.parallel=true
|
||||
org.gradle.jvmargs=-Xmx2g
|
||||
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
|
||||
|
||||
kotlinVersion=1.3.72
|
||||
Reference in New Issue
Block a user