Skip to content

Commit

Permalink
Set encoding to UTF-8 for Azure Pipeline jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Mar 16, 2019
1 parent be54d2d commit dc0cc41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/azure/azure-gradle-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ parameters:
publishTestResults: false

steps:
- bash: |
- env:
LC_ALL: en_US.UTF-8
bash: |
set -e
# when executing on an Azure Pipelines build agent (not in a container)
# default to java 11
Expand Down

0 comments on commit dc0cc41

Please sign in to comment.