File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ variables:
15
15
# Disable the Gradle daemon. Gradle may run in a Docker container with a shared
16
16
# Docker volume containing GRADLE_USER_HOME. If the container is stopped after a job
17
17
# Gradle daemons may get killed, preventing proper clean-up of lock files in GRADLE_USER_HOME.
18
- GRADLE_OPTS : " -Dorg.gradle.daemon=false"
18
+ # Configure file.encoding to always use UTF-8 when running Gradle.
19
+ GRADLE_OPTS : " -Dorg.gradle.daemon=false -Dfile.encoding=UTF-8"
19
20
GITLAB_REPO_ARGS : " -PgitlabUrl=$CI_SERVER_URL -PgitlabTokenName=Job-Token -PgitlabPrivateToken=$CI_JOB_TOKEN"
20
21
CENTRAL_REPO_ARGS : " -PsonatypeUsername=$SONATYPE_USER -PsonatypePassword=$SONATYPE_PWD"
21
22
# CI_COMMIT_REF_SLUG is the branch or tag name, but web-safe (only 0-9, a-z)
You can’t perform that action at this time.
0 commit comments