We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4238a3e commit 0fdcccbCopy full SHA for 0fdcccb
appveyor.yml
@@ -12,7 +12,7 @@ install:
12
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\sbt-bin.zip", "C:\sbt")
13
}
14
- cmd: SET PATH=C:\sbt\sbt\bin;%JAVA_HOME%\bin;%PATH%
15
- - cmd: SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
+ - cmd: SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g -Dfile.encoding=UTF8
16
build_script:
17
- sbt clean compile
18
test_script:
0 commit comments