We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76596ab commit 9fb3548Copy full SHA for 9fb3548
1 file changed
.gitlab-ci.yml
@@ -15,7 +15,8 @@ variables:
15
# Disable the Gradle daemon. Gradle may run in a Docker container with a shared
16
# Docker volume containing GRADLE_USER_HOME. If the container is stopped after a job
17
# Gradle daemons may get killed, preventing proper clean-up of lock files in GRADLE_USER_HOME.
18
- GRADLE_OPTS: "-Dorg.gradle.daemon=false"
+ # Configure file.encoding to always use UTF-8 when running Gradle.
19
+ GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dfile.encoding=UTF-8"
20
GITLAB_REPO_ARGS: "-PgitlabUrl=$CI_SERVER_URL -PgitlabTokenName=Job-Token -PgitlabPrivateToken=$CI_JOB_TOKEN"
21
CENTRAL_REPO_ARGS: "-PsonatypeUsername=$SONATYPE_USER -PsonatypePassword=$SONATYPE_PWD"
22
# CI_COMMIT_REF_SLUG is the branch or tag name, but web-safe (only 0-9, a-z)
0 commit comments