Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to change Bitbucket Pipelines encoding?

Deleted user January 6, 2018

Hello, some time ago the machines that run the builds changed the encoding and now it is ASCII instead UTF-8.

I tried changing it in my bitbucket-pipelines.yml file adding: export LANG="en_US.utf8" but this didn't help.

Is there any way to change the encoding in the pipeline definition?

Thanks!

Juanjo

1 answer

1 accepted

0 votes
Answer accepted
Deleted user January 11, 2018

It can be fixed by passing the locale to the build process. Ie: ./gradlew -Dfile.encoding=UTF-8 clean installDist

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events