Skip to content

Commit dc0cc41

Browse files
committed
Set encoding to UTF-8 for Azure Pipeline jobs
1 parent be54d2d commit dc0cc41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/azure/azure-gradle-step.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ parameters:
33
publishTestResults: false
44

55
steps:
6-
- bash: |
6+
- env:
7+
LC_ALL: en_US.UTF-8
8+
bash: |
79
set -e
810
# when executing on an Azure Pipelines build agent (not in a container)
911
# default to java 11

0 commit comments

Comments
 (0)