Commit d30a0ee8 authored by Andy Wilkinson's avatar Andy Wilkinson

Ensure that the build uses UTF-8 encoding everywhere by default

Closes gh-21664
parent a2bfdb5b
...@@ -2,6 +2,6 @@ version=2.3.1.BUILD-SNAPSHOT ...@@ -2,6 +2,6 @@ version=2.3.1.BUILD-SNAPSHOT
org.gradle.caching=true org.gradle.caching=true
org.gradle.parallel=true org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2g org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
kotlinVersion=1.3.72 kotlinVersion=1.3.72
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment