Skip to content
代码片段 群组 项目
提交 a66e5239 编辑于 作者: Tiger Watson's avatar Tiger Watson
浏览文件

Merge branch 'DavidNelsonGL-gradle-template-daemon' into 'master'

Stop disabling the Gradle daemon in CI template

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/106375



Merged-by: default avatarTiger Watson <twatson@gitlab.com>
Approved-by: default avatarTiger Watson <twatson@gitlab.com>
Co-authored-by: default avatarDavid Nelson <dnelson@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -11,13 +11,6 @@
image: gradle:alpine
# Disable the Gradle daemon for Continuous Integration servers as correctness
# is usually a priority over speed in CI environments. Using a fresh
# runtime for each build is more reliable since the runtime is completely
# isolated from any previous builds.
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
before_script:
- GRADLE_USER_HOME="$(pwd)/.gradle"
- export GRADLE_USER_HOME
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册