Skip to content

Commit

Permalink
set charset to utf-8 for appveyor builds explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
ancho committed Apr 29, 2020
1 parent ee64954 commit 224672f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ environment:
install:
- SET PATH=%JAVA_HOME%\bin;%PATH%
- echo %PATH%
- systeminfo
- chcp
- chcp 65001
- java -version
- gradlew.bat --version
build_script:
Expand Down

0 comments on commit 224672f

Please sign in to comment.