Skip to content

Commit 0fdcccb

Browse files
committed
-Dfile.encoding=UTF8
Fixes #111
1 parent 4238a3e commit 0fdcccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\sbt-bin.zip", "C:\sbt")
1313
}
1414
- cmd: SET PATH=C:\sbt\sbt\bin;%JAVA_HOME%\bin;%PATH%
15-
- cmd: SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
15+
- cmd: SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g -Dfile.encoding=UTF8
1616
build_script:
1717
- sbt clean compile
1818
test_script:

0 commit comments

Comments
 (0)