Skip to content

Commit

Permalink
Use UTF8 by default on jenkins.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkDimius committed May 21, 2015
1 parent bf81fb6 commit 0e5851b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/common
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ update() {
git reset --hard
}

sbtArgs="-Ddotty.travis.build=yes -ivy $baseDir/ivy2 -Dsbt.global.base=$HOME/.sbt/0.13 -sbt-dir $HOME/.sbt/0.13"
export LC_ALL=en_US.UTF-8

sbtArgs="-Ddotty.travis.build=yes -Dfile.encoding=UTF-8 -ivy $baseDir/ivy2 -Dsbt.global.base=$HOME/.sbt/0.13 -sbt-dir $HOME/.sbt/0.13"

0 comments on commit 0e5851b

Please sign in to comment.