File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,9 @@ image: objectboxio/buildenv:21.11.11-centos7
12
12
# - ORG_GRADLE_PROJECT_signingPassword
13
13
14
14
variables :
15
- # Disable the Gradle daemon for Continuous Integration servers as correctness
16
- # is usually a priority over speed in CI environments. Using a fresh
17
- # runtime for each build is more reliable since the runtime is completely
18
- # isolated from any previous builds.
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.
19
18
GRADLE_OPTS : " -Dorg.gradle.daemon=false"
20
19
GITLAB_REPO_ARGS : " -PgitlabUrl=$CI_SERVER_URL -PgitlabTokenName=Job-Token -PgitlabPrivateToken=$CI_JOB_TOKEN"
21
20
CENTRAL_REPO_ARGS : " -PsonatypeUsername=$SONATYPE_USER -PsonatypePassword=$SONATYPE_PWD"
You can’t perform that action at this time.
0 commit comments